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
|
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 |
|
Seva Poliakov
|
e6bf9eaac7
|
Fix typo in vnrestore readme
|
2020-10-20 10:49:22 +03:00 |
|
Aliaksandr Valialkin
|
f4d74ccfec
|
docs/{vmbackup,vmrestore}: formatting fixes
|
2020-09-29 13:19:13 +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
|
dbf8048134
|
app/vmrestore: document better that vmrestore works like rsync --delete , i.e. it deletes files in -storageDataPath , which are missing in the backup
|
2020-05-16 09:02:46 +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
|
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
|
5d8de72414
|
app/vmrestore: the upcoming release would be 1.29.0
|
2019-11-10 00:20:18 +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 |
|