Cluster Migration restore #3632
Unanswered
tammyandlee
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
-
We did some backups and restores using Velero and Restic on a cluster and the pv's were all recovered and life was good. We destroyed the cluster and built a new one. When we try and restore on the new cluster the restic restore never runs. All the other objects are restored but the pv is blank.
Logs...
velero restore logs awx-20210325154816 | grep restic
time="2021-03-25T20:48:16Z" level=info msg="Dynamically re-provisioning persistent volume because it has a restic backup to be restored." logSource="pkg/restore/restore.go:963" restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Executing ResticRestoreAction" cmd=/velero logSource="pkg/restore/restic_restore_action.go:71" pluginName=velero restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Restic backups for pod found" cmd=/velero logSource="pkg/restore/restic_restore_action.go:97" pluginName=velero pod=awx/awx-84c4bc5568-qhn7c restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Using image "docker.repo.ercot.com/velero-restic-restore-helper:v1.5.3"" cmd=/velero logSource="pkg/restore/restic_restore_action.go:108" pluginName=velero pod=awx/awx-84c4bc5568-qhn7c restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Done executing ResticRestoreAction" cmd=/velero logSource="pkg/restore/restic_restore_action.go:166" pluginName=velero restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="[pod-restore] skipping restore of pod awx-84c4bc5568-qhn7c, has owner references and no restic backup" cmd=/plugins/velero-plugins logSource="/go/src/github.com/konveyor/openshift-velero-plugin/velero-plugins/pod/restore.go:50" pluginName=velero-plugins restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Executing ResticRestoreAction" cmd=/velero logSource="pkg/restore/restic_restore_action.go:71" pluginName=velero restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Restic backups for pod found" cmd=/velero logSource="pkg/restore/restic_restore_action.go:97" pluginName=velero pod=awx/postgresql-1-qb762 restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Using image "docker.repo.ercot.com/velero-restic-restore-helper:v1.5.3"" cmd=/velero logSource="pkg/restore/restic_restore_action.go:108" pluginName=velero pod=awx/postgresql-1-qb762 restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="Done executing ResticRestoreAction" cmd=/velero logSource="pkg/restore/restic_restore_action.go:166" pluginName=velero restore=velero/awx-20210325154816
time="2021-03-25T20:48:19Z" level=info msg="[pod-restore] skipping restore of pod postgresql-1-qb762, has owner references and no restic backup" cmd=/plugins/velero-plugins logSource="/go/src/github.com/konveyor/openshift-velero-plugin/velero-plugins/pod/restore.go:50" pluginName=velero-plugins restore=velero/awx-20210325154816
time="2021-03-25T20:48:24Z" level=info msg="Waiting for all restic restores to complete" logSource="pkg/restore/restore.go:488" restore=velero/awx-20210325154816
time="2021-03-25T20:48:24Z" level=info msg="Done waiting for all restic restores to complete" logSource="pkg/restore/restore.go:504" restore=velero/awx-20210325154816
velero restic repo get is blank.
Any help gladly accepted :)
Beta Was this translation helpful? Give feedback.
All reactions