How to restore from one cluster to another in the same region #3640
Unanswered
salt-mountain
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
-
Hello,
I have an application in Cluster A which I've successfully backed up using Velero, including the namespace and the PV, and stored in S3. I'm trying to restore this backup in Cluster B, which is in the same AWS region as Cluster A. I think I'm running into an issue where Velero skips restoring the Persistent Volume because it technically already exists (I didnt delete it from Cluster 1, nor do I want to). How do I restore the application into Cluster B and force it to make a new PV to tie to the application pod? Do I have to make config level changes before installing Velero? Is this where Restic would somehow come into play?
Thank you in advance for any help or guidance.
Beta Was this translation helpful? Give feedback.
All reactions