Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
2b504f17de
|
docs: update the info that docker images are built on top of alpine image now
A follow-up after the commit ff624c9125
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/522
|
2020-06-26 13:52:25 +03:00 |
|
Aliaksandr Valialkin
|
87151e825e
|
docs/vmbackup.md: mention that backups from single-node and cluster versions are incompatible
|
2020-06-18 18:54:34 +03:00 |
|
Aliaksandr Valialkin
|
2784015a4d
|
all: print --help output to stdout instead of stderr
This is easier to grep and pipe
|
2020-05-16 12:03:06 +03:00 |
|
Aliaksandr Valialkin
|
bac9a684e8
|
docs/vmbackup.md: add a link to vmbackuper tool
|
2020-05-13 22:57:11 +03:00 |
|
Aliaksandr Valialkin
|
d9bdda408c
|
docs/{vmbackup,vmrestore}.md: update -help output
|
2020-04-24 22:44:45 +03:00 |
|
Jason Gardner
|
7a6b2839b4
|
app/vmbackup: added ability to create and delete snapshots during backup (#428)
* app/vmbackup: added ability to create and delete snapshots during backup
Resolves: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/422
* Add snapshot create and delete url flags
* Fixed errcheck warnings in build
|
2020-04-24 22:35:50 +03:00 |
|
Aliaksandr Valialkin
|
db5fe03170
|
deployment/docker: allow building docker images on top of any base image set via ROOT_IMAGE environment var
For example, the following command will build VictoriaMetrics docker image on top of alpine image:
ROOT_IMAGE=alpine make package-victoria-metrics
|
2020-04-20 01:16:21 +03:00 |
|
Aliaksandr Valialkin
|
38256bd66d
|
docs: update minimum supported Go version from 1.12 to 1.13
|
2020-04-07 13:39:15 +03:00 |
|
Dmitry Naumov
|
b84071fc25
|
Rootless docker images by default (#358)
* Rootless docker images by default
* Migrate to rootless base image
Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
|
2020-03-27 21:18:32 +02:00 |
|
Aliaksandr Valialkin
|
0d893eff36
|
Makefile: add build and test rules with enabled race detector. These rules have -race suffix
Fix also `unsafe pointer conversion` errors detected by Go1.14. See https://golang.org/doc/go1.14#compiler .
|
2020-03-05 12:05:16 +02:00 |
|
Aliaksandr Valialkin
|
45d21d18a8
|
docs: add a doc for vmagent
|
2020-02-28 12:23:44 +02:00 |
|
Aliaksandr Valialkin
|
1010a57882
|
all: allow setting flags via environment vars
Now flags can be set via environment vars with the same names as flags.
Command-line flags override flags set via env vars.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/311
|
2020-02-10 13:31:21 +02:00 |
|
Aliaksandr Valialkin
|
29d2ce54cb
|
all: use gozstd instead of pure Go zstd for GOARCH=amd64
|
2019-12-24 12:43:59 +02:00 |
|
Aliaksandr Valialkin
|
cffaeda0f1
|
all: publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/258
|
2019-12-11 23:33:11 +02:00 |
|
Aliaksandr Valialkin
|
4c63caa37c
|
deployment/docker/certs: update TLS certs source from alpine:3.9 to alpine:3.10
|
2019-11-29 19:55:36 +02:00 |
|
Aliaksandr Valialkin
|
7e734433a3
|
lib/backup: cosmetic fixes after #243
|
2019-11-29 18:07:41 +02:00 |
|
glebsam
|
4a192cb832
|
Add option to provide custom endpoint for S3, add option to specify S3 config profile (#243)
* Add option to provide custom endpoint for S3 for use with s3-compatible storages, add option to specify S3 config profile
* make fmt
|
2019-11-29 18:07:39 +02:00 |
|
Aliaksandr Valialkin
|
216a260ced
|
app/{vmbackup,vmrestore}: add -maxBytesPerSecond command-line flag for limiting the used network bandwidth during backup / restore
|
2019-11-19 20:32:43 +02:00 |
|
Aliaksandr Valialkin
|
7d7fbf890e
|
app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/203
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/38
|
2019-11-07 21:26:43 +02:00 |
|