Skip to content

Commit

Permalink
Add #643 to step 3 restic DC troubleshooting (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai authored May 6, 2022
1 parent fde4ea5 commit a14908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ If the issue still persists, [create a new issue](https://github.com/openshift/o
Step 3: Initiate a restore including the replicationcontroller and deploymentconfig resources.
```
velero restore create --from-backup=<BACKUP_NAME> -n openshift-adp --include-namespaces <TARGET_NAMESPACE> --include-resources replicationcontroller,deploymentconfig --restore-volumes=true
velero restore create --from-backup=<BACKUP_NAME> -n openshift-adp --include-namespaces <TARGET_NAMESPACE> --include-resources replicationcontroller,deploymentconfig,templateinstances.template.openshift.io --restore-volumes=true
```
Expand Down

0 comments on commit a14908e

Please sign in to comment.