Replies: 1 comment
-
Ok, this should not be global because otherwise it will be deployed on every node and we don't want the backup to be run on all nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using this library to create a self-managed docker swarm mongodb service.
I have a question: should the backup be run only on the managed node? And should the service be global instead of replicated? Because if this is replicated or is run on multiple nodes, we risk the backup being run simultaneously and multiple times.
And the reason I'd like to create this as a service is to ensure fault-tolerance. If in case a manager node fails, it's replicated in another manager node. Does this make sense?
Beta Was this translation helpful? Give feedback.
All reactions