Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.35 KB

Running Cluster Backups for Cassandra

General Snapshot Strategy

  1. Take / keep a snapshot every 30 min for the latest 3 hours;
  2. Keep a snapshot every 6 hours for the last day, delete other snapshots;
  3. Keep a snapshot every day for the last month, delete other snapshots;

Running Backups with Cassandra Medusa

For information on how to use Cassandra Medusa, see the official documentation.

Using with AWS

For further information on how to setup AWS S3 backups with Cassandra Medusa, checkout the official documentation here. See also the related blog post: https://thelastpickle.com/blog/2018/04/03/cassandra-backup-and-restore-aws-ebs.html

Running Backups with Tablesnap

For information on how to use Tablesnap, see the official documentation.

Further Reading

For more resources on backing up Cassandra in general:

README todos:

  • TODO add more instructions for running backups with Medusa
  • TODO add more instructions for running backups with Tablesnap