Skip to content

How to restore pvc backed up using kopia integration #8165

Discussion options

You must be logged in to vote

Yes. If there are other deployments, PVCs, etc in the backup, you will see restore warnings saying that Velero was unable to restore them because they already exist in the cluster, but that's fine since that's what you want here. Note that you should not set the existingResourcePolicy field on the Restore -- setting it to "update" would tell Velero to attempt to update/modify resources that already exist in the cluster, which could result in kubernetes metadata being changed on your pods/deployments, although it would not cause PV data to be update.

So the short answer is that, yes, as long as you don't set the existingResourcePolicy field on the restore, then only deleted (or otherwise n…

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@adityagu0910
Comment options

@kaovilai
Comment options

Comment options

You must be logged in to vote
1 reply
@kaovilai
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sseago
Comment options

Comment options

You must be logged in to vote
1 reply
@sseago
Comment options

Answer selected by adityagu0910
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants