cassandra_snapshotter icon indicating copy to clipboard operation
cassandra_snapshotter copied to clipboard

A tool to backup cassandra nodes using snapshots and incremental backups on S3

Results 39 cassandra_snapshotter issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/usr/local/bin/cassandra-snapshotter", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/cassandra_snapshotter/main.py", line 284, in main restore_backup(args) File "/usr/local/lib/python2.7/dist-packages/cassandra_snapshotter/main.py", line 110, in restore_backup args.s3_bucket_name TypeError: __init__() takes exactly 6...

I am getting following error during restore. Any idea what is causing this failure? Traceback (most recent call last): File "/usr/local/bin/cassandra-snapshotter", line 9, in load_entry_point('cassandra-snapshotter==1.0.0', 'console_scripts', 'cassandra-snapshotter')() File "/usr/local/lib/python2.7/site-packages/cassandra_snapshotter/main.py", line...

The first time I run the tool, it works well, the subsequent times it gives an error: [cassandrahost] out: Traceback (most recent call last): [cassandrahost] out: File "/usr/local/bin/cassandra-snapshotter-agent", line 9,...

What versions of C* is the snapshotter compatible with?

Just adding another region / host to the list.

Hey, I would like to change the module to use docker-swarm discovery engine to execute the commands in order to produce the snapshots. We are working in docker-swarm environment so...

Hello, This tool looks great so far. I notice that I can set the nodetool path, so I tell the script where to find nodetool. However, if the JMX setup...

I've been reading the code before trying this out, and I noticed that when incremental_backups is True, put_from_manifest will delete files even if they failed to upload: ... for ret...