Skip to content
Snippets Groups Projects
Commit 654e4674 authored by Varac's avatar Varac
Browse files

Merge branch '1194-pvc-deletion-in-restore-instructions' into 'main'

Resolve "PVC deletion in restore instructions"

Closes #1194

See merge request stackspin/stackspin!905
parents 34e09737 fabf10c2
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ the following commands:
flux suspend kustomization $app
flux suspend helmrelease -n stackspin-apps $app
kubectl delete all -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete pvc -n stackspin-apps -l stackspin.net/backupSet=$app
velero restore create arbitrary-name-of-restore-operation --from-backup=$backup -l stackspin.net/backupSet=$app
# At this point, please first wait for the restore operation to finish, see
# text below.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment