Replies: 1 comment
-
Ok, using |
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
-
Let's say I have 3 nodes on different servers across the internet, and they're all replicating to each other for redundancy. I store the current snapshot on S3, and I can create a new snapshot with
-save-snapshot
. Now for my questions:I'm a little confused by the workflow here -- I kind of assume there's a shared location for the snapshot because otherwise how does any node know where to download the snapshot from when you start it up?
Beta Was this translation helpful? Give feedback.
All reactions