Re: persist data such that a new container can reuse existing schema and data

2020-06-14 Thread Michael Shuler
Treat this scenario as any node replacement/restore and test out the typical backup methods or bulk data loading to see what works best for you. Look at container volume mounts on the host system to possibly simplify procedures on the same host system. If moving the container to a different hos

persist data such that a new container can reuse existing schema and data

2020-06-13 Thread Manu Chadha
Hi I create a Cassandra Container, run it, create schema and add data to it. When I later stop the Container and delete it and create a new one from the image, the previously created schema and data is lost. Can I/How can I persist data and schema such that whenever a container is created from