Skip to content

Providing Backups

The Operator usually stores Percona XtraDB Cluster backups outside the Kubernetes cluster, on Amazon S3 or S3-compatible storage , or on Azure Blob Storage :

image

But storing backups on Persistent Volumes inside the Kubernetes cluster is also possible:

image

The Operator does logical backups, querying Percona XtraDB Cluster for the database data and writing the retrieved data to the backup storage. The backups are done using the Percona XtraBackup tool.

The Operator allows doing backups in two ways:

  • Scheduled backups are configured in the deploy/cr.yaml file to be executed automatically in proper time.
  • On-demand backups can be done manually at any moment and are configured in the deploy/backup/backup.yaml .

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services. Join K8S Squad to benefit from early access to features and “ask me anything” sessions with the Experts.


Last update: 2024-10-29