diff --git a/app/vmbackupmanager/README.md b/app/vmbackupmanager/README.md index f56cac238..3f46ef722 100644 --- a/app/vmbackupmanager/README.md +++ b/app/vmbackupmanager/README.md @@ -373,6 +373,7 @@ Clusters here are referred to as `source` and `destination`. ```console $ /vmbackupmanager-prod restore create s3://source_cluster/vmstorage-source-0/daily/2023-04-07 ``` +1. Restart `vmstorage` pods of *destination* cluster. On pod start `vmbackupmanager` will restore data from the specified backup. ## Monitoring diff --git a/docs/vmbackupmanager.md b/docs/vmbackupmanager.md index 051c87656..79bf14c90 100644 --- a/docs/vmbackupmanager.md +++ b/docs/vmbackupmanager.md @@ -384,6 +384,7 @@ Clusters here are referred to as `source` and `destination`. ```console $ /vmbackupmanager-prod restore create s3://source_cluster/vmstorage-source-0/daily/2023-04-07 ``` +1. Restart `vmstorage` pods of *destination* cluster. On pod start `vmbackupmanager` will restore data from the specified backup. ## Monitoring