victoriametrics/vmrestore

Verified Publisher

By Victoria Metrics Inc

Updated 8 days ago

vmrestore is a command-line tool for managing the lifecycle of your VictoriaMetrics data.

Image
Monitoring & observability
2

100K+

victoriametrics/vmrestore repository overview

VictoriaMetrics Logo

vmrestore

Join our SLACK Community File a Bug on GitHub Source Code

What is vmrestore?

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.


How to Use This Image

Restoring from a Backup

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


Configuration

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.


Where to Get Help

If you have any questions or need assistance, please reach out to our community.


Source Code

vmrestore is an open-source project. The source code is available on GitHub:

Docker Pull Command

docker pull victoriametrics/vmrestore:{TAG}

Releases and pre-built binaries.

Tag summary

Content type

Image

Digest

sha256:4de4c9d1c

Size

23.6 MB

Last updated

8 days ago

docker pull victoriametrics/vmrestore

This week's pulls

Pulls:

159

Sep 4 to Sep 10