Re: Backup and Restore in cassandra

2017-11-23 Thread Alain RODRIGUEZ
Hi, Backup / Restore can be done in distinct ways. The process is about taking a snapshot of all the nodes, roughly at the same time to backup, and set a new environment based on this for restore. Usually a Cassandra backup is made through 'nodetool snapshot' on each node, then move all

Backup and Restore in cassandra

2017-11-22 Thread Akshit Jain
What is the correct process to backup and restore in cassandra? Should we do backup node by node like first schema backup from all the nodes then all other stuff? In restore the schema should be restored on one node or all the nodes again?It will give Already Exists Exception but still what's

Automated backup and restore of Cassandra 2.0

2013-10-16 Thread David Laube
Hi All, I was wondering if anyone on the list could make some recommendations as to how you are currently backing up and restoring your ring in an automated manner. We are deploying Cassandra 2.0 with Chef and as part of our release process, we test our application in a full staging

Re: Automated backup and restore of Cassandra 2.0

2013-10-16 Thread Robert Coli
On Wed, Oct 16, 2013 at 11:04 AM, David Laube d...@stormpath.com wrote: I would like to handle this either in-house or with open source software instead of going down the Datastax route. Can anyone suggest some methods of accomplishing this goal in a straight-forward way? Thanks!