Skip to content

AxonOps — AI-Native Control Plane for Open Source Data Platforms

Backup Retention and Purge

AxonOps enforces retention for remote backups by periodically purging expired backups from the remote storage location.

  • The agent tracks backup metadata and retention settings.
  • On a scheduled interval, it evaluates which backups are outside retention.
  • Expired backups are deleted from remote storage.
  • Purge runs per backup location and does not affect active backups.
  • Snapshot manifests and SSTable objects for expired backups
  • Remote-only artifacts for commit log archiving (if enabled)
  • Keep retention aligned with compliance requirements and recovery objectives.
  • Ensure remote storage lifecycle policies do not conflict with AxonOps purge schedules.
  • Use a longer retention for critical keyspaces or compliance workloads.
  • If purge fails, check remote storage credentials and network access.
  • Review axon-agent logs for error details.
  • Verify that the configured remote path is correct and writable.