PVC restores completed, however data is missing #3297
Replies: 3 comments 1 reply
-
I also recently tried this and got the same exact result, restore "complete" but no actual data. I was also doing a I then had the unfortunate experience of my cluster going down so I got to actually test a backup without I also think that even if Restic fails to start the restore, after a period of time, Velero just gives up but doesn't actually check the Restic status. Maybe it does as long as Restic starts but if Restic never starts (like in this case), it can't error so Velero just assumes Restic is happy. |
Beta Was this translation helpful? Give feedback.
-
We will need to investigate this, I opened an issue for it, please subscribe and keep the discussions in the ticket: #3407 |
Beta Was this translation helpful? Give feedback.
-
There's no need to specifically include the PVCs and PVs in your backup command ( The output of the following commands will help us better understand what's going on:
Anything else you would like to add: Environment:
|
Beta Was this translation helpful? Give feedback.
-
Hey folks 👋
We are deploying Velero in our cluster, and it's able to perform backups to an S3 bucket using the Restic provider (We are using Rook/Rook-Ceph for storage). However, when I try to verify everything is backed up with a restore like
velero restore create test --from-schedule daily --include-namespaces blog-production --namespace-mappings blog-production:blog-restore-test --include-resources persistentvolumeclaims,persistentvolumes
We notice the PVC is created successfully, however when verifying the data in use with our monitoring (Prometheus) or when attaching a deployment to the PVC, and it's empty.
When I check the logs of the restore, It too mentions it was successful and completed.
Any tips or tricks that could be wrong?
We are using Velero v1.4.2.
Beta Was this translation helpful? Give feedback.
All reactions