We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 190a04f + 2933ecc commit 524c0a6Copy full SHA for 524c0a6
modules/oadp-backup-restore-cr-issues.adoc
@@ -48,10 +48,17 @@ $ oc -n {namespace} exec deployment/velero -c velero -- ./velero \
48
$ oc delete backup <backup> -n openshift-adp
49
----
50
+
51
-You do not need to clean up the backup location because a `Backup` CR in progress has not uploaded files to object storage.
+You do not need to clean up the backup location because a `Backup` CR in progress has not uploaded files to object storage.
52
53
. Create a new `Backup` CR.
54
55
+. View the Velero backup details
56
++
57
+[source,terminal, subs="+quotes"]
58
+----
59
+$ velero backup describe _<backup-name>_ --details
60
61
62
[id="backup-cr-remains-partiallyfailed_{context}"]
63
== Backup CR status remains in PartiallyFailed
64
0 commit comments