From a14908ebeccf939bfc3d23df48f1c72866cf16af Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Fri, 6 May 2022 14:34:55 -0400 Subject: [PATCH] Add #643 to step 3 restic DC troubleshooting (#656) --- docs/TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 3ab314902b..7be191980e 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -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= -n openshift-adp --include-namespaces --include-resources replicationcontroller,deploymentconfig --restore-volumes=true + velero restore create --from-backup= -n openshift-adp --include-namespaces --include-resources replicationcontroller,deploymentconfig,templateinstances.template.openshift.io --restore-volumes=true ```