vmrestore
vmrestore is a command-line tool for managing the lifecycle of your VictoriaMetrics data.
100K+
vmrestore is a command-line tool for managing the lifecycle of your VictoriaMetrics data. It downloads a backup from storage and restores it to a VictoriaMetrics data directory.
To restore data from a backup, ensure VictoriaMetrics is stopped first, then run the following command:
sh
docker run --rm -v /path/to/backups:/backups -v /path/to/vmdata:/restore\
victoriametrics/vmrestore:latest\
-src=fs:///backups/<backup-name>\
-dst=/restore
vmrestore can be configured using command-line flags.
-src: The source of the backup to restore from. Supported schemes are fs, gcs, s3, azblob.
-dst: The target VictoriaMetrics data directory to restore to.
For a full list of flags, run the image with the --help flag.
If you have any questions or need assistance, please reach out to our community.
Slack: Join our community Slack for announcements and discussions.
Community Forum: Ask questions on our community forum.
Bug Reports: File a bug report on GitHub if you find an issue.
vmrestore is an open-source project. The source code is available on GitHub:
Docker Pull Command
docker pull victoriametrics/vmrestore:{TAG}
Content type
Image
Digest
sha256:4de4c9d1c…
Size
23.6 MB
Last updated
8 days ago
docker pull victoriametrics/vmrestorePulls:
159
Sep 4 to Sep 10