Aliaksandr Valialkin
|
0a8f0a4e2f
|
all: increase minimum supported Go version for building VictoriaMetrics components from v1.14 to v1.15
This is needed after the commit c0ac740f93 , which uses URL.Redacted() method,
which has been added in v1.15.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1147
|
2021-03-29 23:06:36 +03:00 |
|
Aliaksandr Valialkin
|
82047be90b
|
docs: add a link to the repository from build instruction for all the VictoriaMetrics components
|
2021-03-25 17:16:55 +02:00 |
|
Aliaksandr Valialkin
|
e2717d84c0
|
all: various fixes in command-line flag descriptions
|
2021-03-15 22:03:49 +02:00 |
|
Aliaksandr Valialkin
|
d109e17f46
|
all: bump minimum supported Go version from 1.13 to 1.14
|
2021-03-03 15:58:17 +02:00 |
|
Aliaksandr Valialkin
|
d9e8af0e8f
|
docs: actualize -help output
|
2021-03-01 17:02:05 +02:00 |
|
Aliaksandr Valialkin
|
667a7594b7
|
docs: rename vmbackuper to vmbackupmanager
|
2021-02-16 22:01:21 +02:00 |
|
Aliaksandr Valialkin
|
03da0b728c
|
docs: increase heading sizes in vmagent, vmauth, vmbackup and vmrestore docs, so they match the heading sizes in VictoriaMetrics docs
|
2021-02-01 19:44:58 +02:00 |
|
Aliaksandr Valialkin
|
fc82c22e50
|
docs: consistently use links to https://victoriametrics.github.io for documentation references
|
2020-12-11 21:09:17 +02:00 |
|
Aliaksandr Valialkin
|
f4d74ccfec
|
docs/{vmbackup,vmrestore}: formatting fixes
|
2020-09-29 13:19:13 +03:00 |
|
Aliaksandr Valialkin
|
5179df7082
|
docs/vmbackup.md: make docs about minio config more prominent
|
2020-09-29 13:16:34 +03:00 |
|
Aliaksandr Valialkin
|
79b00f7b6b
|
docs: improve readability a bit
|
2020-09-29 13:05:05 +03:00 |
|
Nikolay Khramchikhin
|
d77f56fd97
|
update vmbackup/vmrestore README usage (#794)
* update vmbackup/vmrestore README usage
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/381
with minio and configuration file examples.
* Apply suggestions from code review
Co-authored-by: Roman Khavronenko <hagen1778@gmail.com>
* added backup/restore docs changes
* added example for relabelConfig flag
* Apply suggestions from code review
Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
Co-authored-by: Roman Khavronenko <hagen1778@gmail.com>
|
2020-09-29 13:05:04 +03:00 |
|
Aliaksandr Valialkin
|
475698d2ad
|
docs: sync docs for vmalert, vmauth, vmbackup and vmrestore
|
2020-09-09 21:10:48 +03:00 |
|
Aliaksandr Valialkin
|
e7c0b2ca56
|
docs: update docs
|
2020-08-14 19:14: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
|
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 |
|
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 |
|
Aliaksandr Valialkin
|
45d21d18a8
|
docs: add a doc for vmagent
|
2020-02-28 12:23:44 +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 |
|