Issue with Velero Restore #8073
Replies: 3 comments 1 reply
-
Since the restore failed, it probably didn't get far enough in the process to upload logs for the restore. A "Failed" restore generally means there was a fatal error early in the process, as opposed to a "PartiallyFailed" restore that encountered some errors along the way but still managed to run to completion. I would check velero pod logs in this case to look for the source of the error. |
Beta Was this translation helpful? Give feedback.
-
velero-85b498bf44-hwzks-velero.log Uploaded the log file |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I am currently working on a Proof of Concept (POC) involving Velero for backing up and restoring OpenShift namespaces. During this process, I encountered an issue when attempting to restore a deleted namespace. The details of the issue are as follows:
Issue Description:
Phase: Failed
Error Message: Phase: Failed (run 'velero restore logs backup01-20240801073158' for more information) An error occurred: file not found
Steps Taken:
Deleted the OpenShift namespace.
Attempted to restore the namespace using Velero.
Despite following the standard procedure, the restore process fails with the error mentioned above.
Logs:
I have run the suggested command 'velero restore logs backup01-20240801073158' and attached the output log file for your reference.
Could you please assist in diagnosing and resolving this issue? Any guidance or suggestions you can provide will be greatly appreciated.
Thanks
Bala
attach.log
Beta Was this translation helpful? Give feedback.
All reactions