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

Does this work with Minio, or is this solely for AWS?

I think restore feature is available in 1.2.0 version, so when i try to install cassandra_snapshotter 1.2.0 i'm getting below error. ERROR: Could not find a version that satisfies the...

ssl.CertificateError: hostname 'dev.cassandra.snapshots.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com'

hi, when trying backup ,get error : [10.130.102.129] Executing task 'upload_node_backups' [10.130.102.129] run: cassandra-snapshotter-agent create-upload-manifest --manifest_path=/tmp/backupmanifest --snapshot_name=20191018162550 --snapshot_keyspaces=test --snapshot_table=recommendations --conf_path=/opt/cassandra/conf --exclude_tables= Connected (version 2.0, client OpenSSH_7.2p2) Authentication (publickey) successful! [10.130.102.129]...

At the moment, when cassandra_snapshotter connects to the nodes to start the snapshot creation, it uses the default package installation folder structure to search for the configuration files. Cassandra_snapshotter should...

Included changes proposed on this PR https://github.com/tbarbugli/cassandra_snapshotter/pull/93 and also adding the following changes: - Keep mtime and atime during file restoration (they're stored as metadata on S3), that's useful for...

[172.18.98.145] out: STRUCTURED: time=2018-09-21T04:21:46.718135-00 pid=27117 [172.18.98.145] out: cassandra_snapshotter.agent INFO MSG: Initialized multipart upload for file /var/lib/cassandra/data/prodna/service_providers_by_sp_name-6fa6bac0931a11e7825d3554ea785613/snapshots/20180921040019/mc-62-big-Data.db to Production-NA/2018092104 Fatal error: run() received nonzero return code -1 while executing! Requested: cassandra-snapshotter-agent...

I guess possibility to use the tool for local backup\restore should be useful (for one host). Thanks in advance.

Currently this happens: ``` ssl.CertificateError: hostname 'my.bucket.name.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com' ``` This can usually be worked around by putting the bucket name at the beginning of the...