Backup failed but no errors #8192
Replies: 3 comments 17 replies
-
I set the By the way, the last line of the backup logs is:
Which also looks quite healthy by itself. |
Beta Was this translation helpful? Give feedback.
-
Do you see any restarts for Velero pods? |
Beta Was this translation helpful? Give feedback.
-
If the backup is "Failed" rather than "PartiallyFailed", that means the backup didn't even start processing, so I wouldn't expect anything to show up in the backup error list. But there should be some message in the logs indicating why Velero moved the backup to the "Failed" phase. |
Beta Was this translation helpful? Give feedback.
-
Background: this is an existing velero install that has been working fine for at least half a year, making daily backups to external S3 storage. We needed to swap out the S3 storage though, so I:
kubectl delete
d allBackup
s to remove the references to the old backups which are no longer available in the new location.At step 3., the backup ends up in
Failed
state, but there are no errors in either backup logs or logs of the velero pod, onlyinfo
level lines. Backup description:The
BackupStorageLocation
:Note in particular the
backupSyncPeriod
of0s
, which disables syncing backup metadata from storage to the cluster. We set this a long time ago to prevent excessive requests from velero to S3 (several per minute while not really doing anything). Maybe I'll try enabling that sync temporarily to help velero know about the current state of the S3 storage 🤔 .This is with velero 1.11.1 (client and server). I could try upgrading but I'd like to not complicate the situation if possible.
Any hints? I understand this is not the cleanest situation, but I'd always expect some error message if there is a failure. It's hard to debug without any indication what's wrong :).
Beta Was this translation helpful? Give feedback.
All reactions