Skip to content

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

Logical backups and restores

Logical backup is the copying of the actual database data. A pbm-agent connects to the database, retrieves the data, and writes it to the remote backup storage.

Logical restore is the reverse process: The pbm-agent retrieves the backup data from the storage and inserts it on every primary node in the cluster. The remaining nodes receive the data during the replication process.

Warning

Sharded time series collections are not supported.

The following diagram shows the restore flow.

image

Advantages Disadvantages
- Easy to operate with, using a single command
- Support for point-in-time recovery
- The backup size is smaller as it includes only the data
- Much slower than physical backup / restore
- Adds database overhead on reading and inserting the data

Make a backup Restore a backup


Last update: February 20, 2025
Created: February 20, 2025