Backup and restore submission records across clusters

Prev Next

When a cluster is recreated, all data in the Cassandra database is erased, including important submission records, reports, and statistics. To help avoid this data loss, a new CLI-based backup and restore is now available. This feature allows users to back up only the record-level data and not the configuration and restore it later if needed, even after the cluster has been recreated. It ensures that key submission-related data is preserved, while still starting fresh with a new configuration.

Key highlights:

  • Maximum five backups supported. Older backups must be deleted before adding new ones.

  • Single background operation (backup/restore/delete) is allowed at a time.

  • Backup/Restore operations work seamlessly across single or multi-broker node clusters.

  • Restore overwrites the existing records present in database. Ensure no active submission is in progress during restore.

  • Backup can be executed at any time. However, it is recommended to take backup when no active submission is in progress.

The following CLI commands are used to perform Cassandra database backup, restore, and backup management operations.