Re: Backup strategies in a multi DC cluster

2013-03-26 Thread Jabbar Azam
Thank you for your feedback. I'll speak to the dev guys and come up with something appropriate. On 26 Mar 2013 17:51, "aaron morton" wrote: > Assume you have four nodes and a snapshot is taken. The following day if > a node goes down and data is corrupt through user error then how do you use >

Re: Backup strategies in a multi DC cluster

2013-03-26 Thread aaron morton
> Assume you have four nodes and a snapshot is taken. The following day if a > node goes down and data is corrupt through user error then how do you use the > previouus nights snapshots? > Not sure what is corrupt, the snapshot/backup or the data is incorrect through application error. >

Re: Backup strategies in a multi DC cluster

2013-03-24 Thread Jabbar Azam
Thanks Aaron. I have a hypothetical question. Assume you have four nodes and a snapshot is taken. The following day if a node goes down and data is corrupt through user error then how do you use the previouus nights snapshots? Would you replace the faulty node first and then restore last nights

Re: Backup strategies in a multi DC cluster

2013-03-24 Thread aaron morton
> There are advantages and disadvantages in both approaches. What are people > doing in their production systems? Generally a mix of snapshots+rsync or https://github.com/synack/tablesnap to get things off node. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand

Backup strategies in a multi DC cluster

2013-03-22 Thread Jabbar Azam
Hello, I've been experimenting with cassandra for quite a while now. It's time for me to look at backups but I'm not sure what the best practice is. I want to be able to recover the data to a point in time before any user or software errors. We will have two datacentres with 4 servers and RF=3.

Re: backup strategies

2011-03-02 Thread Sasha Dolgy
ah, not sure how i didn't see this. sorry! Is anyone actively using this approach? Have you recovered from a failure ? Was it pain free? -sd On Tue, Mar 1, 2011 at 8:58 PM, Aaron Morton wrote: > Does this help http://wiki.apache.org/cassandra/Operations#Backing_up_data > > Aaron > > On 2/03/

Re: backup strategies

2011-03-01 Thread Aaron Morton
Does this help http://wiki.apache.org/cassandra/Operations#Backing_up_data Aaron On 2/03/2011, at 1:07 AM, Sasha Dolgy wrote: > Hi Everyone, > > One of the fears I've always had with DFS and building up these large > data stores, like Cassandra, is what to do in the event of an > unexpected fa

backup strategies

2011-03-01 Thread Sasha Dolgy
Hi Everyone, One of the fears I've always had with DFS and building up these large data stores, like Cassandra, is what to do in the event of an unexpected fault or failure. This happened with gmail yesterday ... http://gmailblog.blogspot.com/2011/02/gmail-back-soon-for-everyone.html ... Is anyon