Multiple simultaneous volume backups that stop the container? #4077
subdigital
started this conversation in
General
Replies: 0 comments
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 have a plausible analytics app deployed that I want to back up. I'm using the volume backup feature to back up the 3 docker volumes that come with this application. Ideally I'd like to stop the container and run all three at the same moment, so I have these running at every day at 12:12 AM.
But it's not clear to me that this would actually work (i.e. would the first one stop the container and the other 2 fail because they couldn't stop the container?). That makes me wonder if I should stagger these somewhat. What's the best practice here?
Beta Was this translation helpful? Give feedback.
All reactions