Re: Restoring Incremental Backups without using sstableloader

2016-06-01 Thread Alain RODRIGUEZ
Hi, Well you can do it through copy / past all the sstable as written in the link you gave as long as your token ranges distribution did not change since you took the snapshots and that you have a way to be sure what node each sstable belongs. Make sure that snapshot taken to node X indeed go back

Restoring Incremental Backups without using sstableloader

2016-05-17 Thread Ravi Teja A V
Hi everyone I am currently working with Cassandra 3.5. I would like to know if it is possible to restore backups without using sstableloader. I have been referring to the following pages in the datastax documentation: https://docs.datastax.com/en/cassandra/3.x/cassandra/operations/opsBackupSnapsho

Re: incremental backups

2014-06-18 Thread Peter Sanford
For snapshots, yes. For incremental backups you need to delete the files yourself. On Wed, Jun 18, 2014 at 6:28 AM, Marcelo Elias Del Valle < marc...@s1mbi0se.com.br> wrote: > Wouldn't be better to use "nodetool clearsnapshot"? > []s > > > 2014-06-14 17:38 G

Re: incremental backups

2014-06-18 Thread Marcelo Elias Del Valle
Wouldn't be better to use "nodetool clearsnapshot"? []s 2014-06-14 17:38 GMT-03:00 S C : > I am thinking of "rm " once the backup is complete. Any special > cases to be careful about? > > -Kumar > -- > Date: Sat, 14 Jun 201

RE: incremental backups

2014-06-14 Thread S C
I am thinking of "rm " once the backup is complete. Any special cases to be careful about? -Kumar Date: Sat, 14 Jun 2014 13:13:10 -0700 Subject: Re: incremental backups From: psanf...@retailnext.net To: user@cassandra.apache.org You should delete the backup files once you have copie

Re: incremental backups

2014-06-14 Thread Peter Sanford
You should delete the backup files once you have copied them off. Otherwise they will start to use disk space as the live SSTables diverge from the snapshots/incrementals. -psanford On Sat, Jun 14, 2014 at 10:17 AM, S C wrote: > Is it ok to delete files from backups directory (hardlinks) once

incremental backups

2014-06-14 Thread S C
Is it ok to delete files from backups directory (hardlinks) once I have it copied over remotely? Any caution to take? Thanks,Kumar

Re: incremental backups not completely working?

2012-09-03 Thread Tyler Hobbs
Incremental backups are only triggered when new data is written to disk, such as a memtable being flushed or data being streamed in from a repair or move. Compaction does not create any new data, so there's no need to back up the result. On Mon, Sep 3, 2012 at 8:45 AM, wrote: > >

incremental backups not completely working?

2012-09-03 Thread mdione.ext
Today I configured incremental backups in a test node which already has some data on it, and I found that backups are not created for STTables created by a compact: mddione@life:~/src/works/orange/Cassandra$ sudo find /var/lib/cassandra/data/one_cf /var/lib/cassandra/data/one_cf /var/lib

Re: Incremental backups

2012-01-19 Thread aaron morton
d > it to 1.0.0 > Was there a bug in the scrub process in 1.0.0? > > What is the best way to handle this to solve and get a valid environment? > > Thanks > Michael > > > From: aaron morton [mailto:aa...@thelastpickle.com] > Sent: Thursday, January 19, 201

RE: Incremental backups

2012-01-19 Thread Michael Vaknine
best way to handle this to solve and get a valid environment? Thanks Michael From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Thursday, January 19, 2012 12:26 PM To: user@cassandra.apache.org Subject: Re: Incremental backups Did you run a scrub as part of the upgrade

Re: Incremental backups

2012-01-19 Thread aaron morton
sday, January 19, 2012 2:22 AM > To: user@cassandra.apache.org > Subject: Re: Incremental backups > > Looks like you are on a 0.7.X release, which one exactly ? It would be a > really good idea to at least be on 8.X, preferably 1.0 > > Pre 1.0 compacted SSTables were

RE: Incremental backups

2012-01-18 Thread Michael Vaknine
I am on 1.0.3 release and it looks like very old files that remained from the upgrade process. How can I verify that? Michael From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Thursday, January 19, 2012 2:22 AM To: user@cassandra.apache.org Subject: Re: Incremental backups

Re: Incremental backups

2012-01-18 Thread aaron morton
look like secondary index files. It may be a bug if they are not included in the incremental backups. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 19/01/2012, at 12:13 AM, Michael Vaknine wrote: > Hi, > Thank you for response. &

RE: Incremental backups

2012-01-18 Thread Michael Vaknine
-rw-r--r-- 1 cassandra cassandra 4264 2011-12-06 07:50 CityResources.3039706172746974696f6e-f-366-Statistics.db Thanks Michael From: Alain RODRIGUEZ [mailto:arodr...@gmail.com] Sent: Wednesday, January 18, 2012 10:40 AM To: user@cassandra.apache.org Subject: Re: Incremental backups

Re: Incremental backups

2012-01-18 Thread Alain RODRIGUEZ
As this option is in the cassandra.yaml file, you might need to perform a restart of your entire cluster (a rolling restart should work). Hope this will help. Alain 2012/1/18 Michael Vaknine > Hi, > > I am configured to do incremental backups on all my node on the cluster > b

Incremental backups

2012-01-18 Thread Michael Vaknine
Hi, I am configured to do incremental backups on all my node on the cluster but it is not working. In cassandra.yaml : incremental_backups: true When I check data folder there are some keyspaces that has folder backups but empty and I suspect this is a folder created in the past when I had