Skip to content

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

About backups

You can back up your data in two ways:

  • On-demand. You can do them manually at any moment.
  • Scheduled backups. Configure backups and their schedule in the deploy/cr.yaml . The Operator makes them automatically according to the specified schedule.

To make backups and restores, the Operator uses the Percona Backup for MongoDB (PBM) tool. The Operator runs PBM as a sidecar container to the database Pods. It configures PBM in the following cases:

Backup storage

You can store Percona Server for MongoDB backups outside the Kubernetes cluster using the following remote backup storages:

image

Multiple backup storages

Starting with version 1.20.0, the Operator natively supports multiple backup storages , inheriting this feature from Percona Backup for MongoDB (PBM). This means you don’t have to wait till the Operator reconfigures a cluster after you select a different storage for a backup or a restore. And you can make a point-in-time recovery from any backup stored on any storage - PBM and the Operator maintain the data consistency for you.

Find more information in the Multiple storages for backups chapter.

Backup types

Backup type Version added Status Description Important considerations
Full logical Initial GA Queries Percona Server for MongoDB for database data and writes this data to the remote storage - Uses less storage but is slower than physical backups
- Supports selective restore since 1.18.0
- Supports point-in-time recovery
- Incompatible for restores with backups made with Operator versions before 1.9.0. Make a new backup after the upgrade to the Operator 1.9.0.
Full physical 1.14.0 GA (1.16.0) Copies physical files from MongoDB dbPath data directory to remote storage - Faster backup/restore than logical
- Better for large datasets
- Supports point-in-time recovery since 1.15.0
Physical incremental 1.20.0 Tech preview Copies only data changed after the previous backup - Speeds up backup/restore
- Reduces network load and storage consumption
- Requires a base incremental backup to start the incremental chain
- Base backup and increments must bet taken from the same node
- New base backup is needed if a node is down or if the cluster was restored from a backup

Last update: 2025-06-17