Re: Cassandra in a container - what to do (sequence of events) to snapshot the storage volume?

2020-11-10 Thread Florin Andrei
ill restart, because they have to be to tolerate power outage. On Tue, Nov 10, 2020 at 3:39 PM Florin Andrei wrote: Running Apache Cassandra 3 in Docker. I need to snapshot the storage volumes. Obviously, I want to be able to re-launch Cassandra from the snapshots later on. So the snapshots n

Cassandra in a container - what to do (sequence of events) to snapshot the storage volume?

2020-11-10 Thread Florin Andrei
reeze" the DB - snapshot the storage - "unfreeze" the DB What does that sequence translate to, in Cassandra parlance? What is the sequence of events that needs to happen when I bring the DB up from an old snapshot? Will there be a restore procedure, or can I just start it as usual