Backing up a single node in Stateful Set #6655
Unanswered
kontaras
asked this question in
Community support Q&A
Replies: 1 comment 2 replies
-
|
I am a bit confused by "back up the first healthy pod". If your intention is to backup replicated data only once, do you mean that you want to backup only one PVC? I am trying to understand whether you are referring to data backup or to the Pod resource itself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to back up a database, in which all nodes in a stateful set are replicating each other. All healthy pods are storing the same data, so, ideally, I only want to back up the first healthy pod in my set. I could manually implement a script that checks the health of nodes, labels one as a backup target, and then tells velero to only back up that label, but I wonder if anyone has already done something similar and built it into the project (or created a plug-in for it).
Beta Was this translation helpful? Give feedback.
All reactions