You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Velero for DR solution. Taken backup from a cluster which is in a region say Dallas. There are PVC to backup as well. PVC's are having the region dallas against them , when trying to restore the back in another cluster say which is in Washington DC, restore is failing. Restore creates the PVC but then they are against the region Dallas , and pods are trying to get created in Washington DC which causes pods to fail to initialize. Please guide on how can i change the region in PVC when restoring in new cluster.
@rashmigspai Velero doesn't generally support cross-region backup & restore, primarily because volume snapshots are typically bound to a single cloud provider region, and to restore into another region requires first copying the snapshot into the target region.
We already have some enhancement requests in the backlog related to this - primarily #103. Please add any further information that you have to that issue. I'll be closing this one out since we don't currently support this within Velero.
I am trying to use Velero for DR solution. Taken backup from a cluster which is in a region say Dallas. There are PVC to backup as well. PVC's are having the region dallas against them , when trying to restore the back in another cluster say which is in Washington DC, restore is failing. Restore creates the PVC but then they are against the region Dallas , and pods are trying to get created in Washington DC which causes pods to fail to initialize. Please guide on how can i change the region in PVC when restoring in new cluster.
Velero version:
Client:
Version: v1.3.0
Git commit: 8fec8ed
Server:
Version: v1.3.0
Using Velero with restic
The text was updated successfully, but these errors were encountered: