mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmbackupmanager/README.md: sync with docs/vmbackupmanager.md after 4b2cc1b32c
This commit is contained in:
parent
7849545e78
commit
1fe87691ec
1 changed files with 4 additions and 2 deletions
|
@ -275,7 +275,8 @@ If restore mark doesn't exist at `storageDataPath`(restore wasn't requested) `vm
|
|||
```yaml
|
||||
vmbackup:
|
||||
restore:
|
||||
onStart: "true"
|
||||
onStart:
|
||||
enabled: "true"
|
||||
```
|
||||
See operator `VMStorage` schema [here](https://docs.victoriametrics.com/operator/api.html#vmstorage) and `VMSingle` [here](https://docs.victoriametrics.com/operator/api.html#vmsinglespec).
|
||||
2. Enter container running `vmbackupmanager`
|
||||
|
@ -305,7 +306,8 @@ Clusters here are referred to as `source` and `destination`.
|
|||
```yaml
|
||||
vmbackup:
|
||||
restore:
|
||||
onStart: "true"
|
||||
onStart:
|
||||
enabled: "true"
|
||||
```
|
||||
Note: it is safe to leave this section in the cluster configuration, since it will be ignored if restore mark doesn't exist.
|
||||
> Important! Use different `-dst` for *destination* cluster to avoid overwriting backup data of the *source* cluster.
|
||||
|
|
Loading…
Reference in a new issue