Azure - Volume Affinity Issues When Restoring A Backup From One Region To Another #3262
-
I am following the documentation on restoring a back up to a new cluster but when trying to restore the volumes there is an affinity issue. The secondary cluster is located in a different region than the original cluster and its snapshots. This is the node affinity for the volume and the issue is the the match expression is the old region, the new one is southcentralus. For DR the new cluster will always be in a different region. Does Velero support this? Velero Version: 4.1.0 Volume Affinity: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For cross-AZ movement you will need to use Restic and backup the volume data to the Azure object store. Some info on migration is here: https://velero.io/docs/v1.5/migration-case/ Some info on Restic is here: https://velero.io/docs/v1.5/restic/ |
Beta Was this translation helpful? Give feedback.
For cross-AZ movement you will need to use Restic and backup the volume data to the Azure object store. Some info on migration is here: https://velero.io/docs/v1.5/migration-case/ Some info on Restic is here: https://velero.io/docs/v1.5/restic/