-
Task
-
Resolution: Obsolete
-
Normal
-
None
-
4
-
False
-
-
False
-
ToDo
-
-
-
0
-
0.000
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
In OADP 1.3.0 - ResticRepository CR is renamed as BackupRepository CR
OpenShift/openshift-docs/backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc:
199 name: <source_pvc_name>
200 size: <source_pvc_size>
201: resticrepository: <your_restic_repo>
202 volumeSnapshotClassName: <vsclass_name>
203 ----
OpenShift/openshift-docs/modules/oadp-restic-issues.adoc:
48 .Cause
49
50: Velero does not recreate or update the Restic repository from the `ResticRepository` manifest if the Restic directories are deleted from object storage. See link:https://github.com/vmware-tanzu/velero/issues/4421[Velero] issue 4421 for more information.
51
52 .Solution
..
56 [source,terminal]
57 ----
58: $ oc delete resticrepository openshift-adp <name_of_the_restic_repository>
59 ----
60 +
OpenShift/openshift-docs/modules/oadp-using-data-mover-for-csi-snapshots.adoc:
187 name: <source_pvc_name>
188 size: <source_pvc_size>
189: resticrepository: <your_restic_repo>
190 volumeSnapshotClassName: <vsclass_name>
191 ----