Medusa for Cassandra backup and restore

K8ssandra Operator deploys Medusa to support backup and restore operations of Apache Cassandra® tables.

Medusa for Apache Cassandra® is deployed by a K8ssandra Operator install, based on the Medusa Custom Resource Definition (CRD).

If you haven’t already installed a K8ssandraCluster using K8ssandra Operator, see the local install topic.

Introduction

Even with the heightened availability of Apache Cassandra® a proper backup schedule and testing of restore procedures is good practice in case catastrophe strikes. With distributed systems backups can be tricky, there’s the timing of the snapshot process on all nodes, correlation of data files to remote storage, and eventual restore.

K8ssandra provides Helm charts for taking backups or triggering the restoration of data. This is accomplished via the Medusa for Apache Cassandra project from The Last Pickle and Spotify.

Supported storage objects

K8ssandra’s Medusa supports:

  • Google Cloud Storage (GCS)

  • Amazon S3

  • All S3-compatible implementations, which include:

    • MinIO
    • IBM Cloud Object Storage
    • OVHCloud Object Storage
    • Riak S2
    • Dell EMC ECS
    • CEPH Object Gateway
    • Others - this list is not exhaustive

Next steps

  • For information about deploying Medusa and using it to backup and restore Cassandra data, see Medusa backup and restore.
  • For information about using a superuser and secrets with Medusa authentication, see Medusa security.
  • For reference details, see the K8ssandra Operator Custom Resource Definitions (CRDs).
  • Also see the topics covering other components deployed by K8ssandra Operator.
  • For information on using other deployed components, see the Tasks topics.

Last modified February 24, 2024: Release v1.13.0 (6ad0ed0)