Restore fails with timeout (restic) #3260
Replies: 3 comments 2 replies
-
Anybody an idea? |
Beta Was this translation helpful? Give feedback.
-
I have the same error, tried to take a backup on a GCP account and moved it to another GCP account. Some PV's where moved, however some werent. After 4 hours the restore timedout. time="2020-11-29T14:41:03Z" level=info msg="Attempting to restore VolumeSnapshotLocation: default" logSource="pkg/restore/restore.go:1107" restore=velero/29-11-2020-restore |
Beta Was this translation helpful? Give feedback.
-
I'd like to understand what's going on a little better. It sounds like you had a cluster, backed it up, then deleted the PVs and attempted to restore them. We would recommend that you simply restore the whole cluster. What generated the table that you included with "Lag in MB" ? |
Beta Was this translation helpful? Give feedback.
-
What steps did you take and what happened:
Restore fails with:
How did we start the restore?
We deleted all PVs for PostgreSQL (acid-postgres-0, acid-postgres-1, acid-postgres-2) . While PV 1 and 2 was successfully restored, PV 0 failed.
In addition we realized, that the lag of the two successful restored PVs was very high:
The backup was taken with a lag of 0 MB.
What did you expect to happen:
Clean restore of all PVs.
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)
kubectl logs deployment/velero -n velero
velero backup describe <backupname>
orkubectl get backup/<backupname> -n velero -o yaml
velero backup logs <backupname>
velero restore describe <restorename>
orkubectl get restore/<restorename> -n velero -o yaml
velero restore logs <restorename>
All infos can be found here:
https://gist.github.com/dk-do/b894f15b22991536c24d4dcb953c81e4
Environment:
velero version
):Velero features (use
velero client config get features
):features: <NOT SET>
Kubernetes version (use
kubectl version
):none
Cloud provider or hardware configuration:
none - bare metal
OS (e.g. from
/etc/os-release
):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
Beta Was this translation helpful? Give feedback.
All reactions