Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

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 .

Last update: 2025-02-20