[Question] Copy PVC backup to another Cluster #3330
-
We have requirement to take backup of existing Cassandra PVC (and probably creating tar.gz/zip of the backup), download and move it to another environment. Looked at Velero and it's very promising. However, I'm not clear about how do I create zip file (or tar.gz), so that I can move it different environment and restore it there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @pratapagiri! Please see our documentation on Cluster Migration. It provides details on how to configure your two environments to use the same backup storage location so that any backups from one cluster can be used to restore the other cluster. Velero will handle the creation and reading of any archive file. Given that you want to migrate PVC data, you may need to enable restic to handle that. |
Beta Was this translation helpful? Give feedback.
Hi @pratapagiri! Please see our documentation on Cluster Migration. It provides details on how to configure your two environments to use the same backup storage location so that any backups from one cluster can be used to restore the other cluster. Velero will handle the creation and reading of any archive file. Given that you want to migrate PVC data, you may need to enable restic to handle that.