-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OADP-1004: Pods with a restic backup are excluded from being restored when they have no backup annotation #96
Comments
@bo0ts Yes, this is an issue in the plugin. Pods with owner references are normally excluded from the restore when they have owner references (since the deployment, etc. will recreate them anyway). But we make an exception to this for pods with restic annotations -- at the time this plugin code was developed, restic annotations were the only way to trigger restic backups. The "default to restic" option is newer, and the plugin didn't follow through. We need to also make an exception for all pods with volumes if the "default to restic" option is enabled. |
I have encountered the same problem. The volume was correctly backuped using restic into the S3 bucket and a When annotating the pods like in previous velero versions and described here the restore works. |
I am hitting the same issue. When using With the restore only working with the use of pod annotations, this is IMHO not suitable for production at the moment. Is there any way we can support you in resolving this issue? |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
When is this going to be fixed? Still an issue with the "stable" version of ADP. |
I wonder if the pod that was restored with data got killed in favor of a different pod created by owners (deployment etc.) |
Hi there, is there any update on this issue? I am experiencing the same issue as @DoGab #96 (comment) |
For those that do not require restic, try to use CSI snapshot instead which is working now. Example in oadp blog |
I think this issue has been resolved with latest OADP operator: oadp-operator.v1.0.2 |
Hello, I am having the same issue using oadp-operator v1.0.3 |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten. |
Can you all confirm if problem exists in 1.1? |
IIUC this was fixed in #102 and is duped of openshift/oadp-operator#74 closing. |
I've reported openshift/oadp-operator#158 but it seems that this is a issue with the
openshift-velero-plugin
. Feel free to ask for additional information if the linked issue isn't sufficient.The text was updated successfully, but these errors were encountered: