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

The latest patch version fixes an issue where installing via `pip` leaves the package in a broken state because of incompatibilities with the newest version of `Fabric`. It looks like...

This is my docker file. ``` FROM ubuntu:16.04 RUN apt-get update \ && apt-get install -y python3-pip python3-dev \ && cd /usr/local/bin \ && ln -s /usr/bin/python3 python \ &&...

Hello! I've setup cassandra_snapshotter few days ago. Everything works fine. Wanna ask you guys, which is better way to perform backup with snapshotter? Should I use cron or what you...

Hi, I'm running into trouble when using snapshotter on a 3 node DSE cluster with a volume of 5 TB. ``` [10.0.106.42] out: cassandra_snapshotter.agent INFO MSG: Initialized multipart upload for...

There are some arguments such as `--use-sudo` not documented in the README.

Is there a place I can patch this within the code in the meantime? I can transition manually but that comes with additional cost, I would prefer to simply put...

Add ability to configure the path to the snapshotter agent. We've installed snapshotter in a virtualenv and not at the global system level. As such, cassandra-snapshotter-agent is not globally accessible....

I just started a fresh AWS machine and the installation fails with the following error: ``` creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g...

I'm not sure why we've got it set up this way (likely extra security) but in cassandra.yaml we have rpc_address set to the FQDN hostname, ie. foo.bar.com. So if I...