One backup stuck 'In progress' and subsequent ones in 'new' #3671
Unanswered
rombert
asked this question in
Community support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a basic Velero setup with helm and AWS (actually going to Linode Object Storage ). This used to be working but broke at some point, I think when I upgraded from 1.3.1 to 1.5.3 . The helm deployment (with FluxCD) is
and I have 'hourly' and 'daily' schedules set up.
I noticed at some point that I have lots of backups in the New state, and that they were not getting processed or expired. I tried deleting them with the velero CLI tool, but they would not get processed. I checked the
velero
deployment and it was running with no issues. Then I resorted to deleting all backups usingkubectl delete backup --all
and restarting velero. That removed most of the backups, except a couple that were marked as PartiallyFailed.Right now I am back again with:
The only potential problems I see in the velero logs are of the form:
From the restic logs this might be interesting:
I am unsure what to do next, any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions