mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/Cluster-VictoriaMetrics.md: sync with cluster README.md
This commit is contained in:
parent
7f52aae20c
commit
1f2a7c3863
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ for protecting from user errors such as accidental data deletion.
|
||||||
The following steps must be performed for each `vmstorage` node for creating a backup:
|
The following steps must be performed for each `vmstorage` node for creating a backup:
|
||||||
|
|
||||||
1. Create an instant snapshot by navigating to `/snapshot/create` HTTP handler. It will create snapshot and return its name.
|
1. Create an instant snapshot by navigating to `/snapshot/create` HTTP handler. It will create snapshot and return its name.
|
||||||
2. Archive the created snapshot from `<-storageDataPath>/snapshots/<snapshot_name>` folder using [vmbackup](https://victoriametrics.github.io/vbackup.html).
|
2. Archive the created snapshot from `<-storageDataPath>/snapshots/<snapshot_name>` folder using [vmbackup](https://victoriametrics.github.io/vmbackup.html).
|
||||||
The archival process doesn't interfere with `vmstorage` work, so it may be performed at any suitable time.
|
The archival process doesn't interfere with `vmstorage` work, so it may be performed at any suitable time.
|
||||||
3. Delete unused snapshots via `/snapshot/delete?snapshot=<snapshot_name>` or `/snapshot/delete_all` in order to free up occupied storage space.
|
3. Delete unused snapshots via `/snapshot/delete?snapshot=<snapshot_name>` or `/snapshot/delete_all` in order to free up occupied storage space.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue