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
To do a restore in a different region some steps have to be done manually:
Copy the pv snapshots from current region to destination region.
Downloaded the backup files and modify the "ark-backup.json" file and change the snapshot-id to match the id of the destination and change the source region to destination region.
un-tar the backup tar"backup.tar.gz" file and modify region and zone in each "resource/persistentvolumes/" to match the destination region and zone.
zip the un-tar'd files and upload all the downloaded files to the S3 bucket in the destination region
It will be great to automate some of that to support cross region restore.
The text was updated successfully, but these errors were encountered:
This could maybe be something like ark backup migrate --to-region=r --to-zone=z. Will definitely need to think through what knobs we need and how to make it as easy as possible for the user.
This also looks similar in part to #103, now that it jogged my memory.
To do a restore in a different region some steps have to be done manually:
It will be great to automate some of that to support cross region restore.
The text was updated successfully, but these errors were encountered: