All Products
Search
Document Center

PolarDB:Automatic backup

Last Updated:Feb 27, 2026

PolarDB for PostgreSQL backs up each cluster once a day by default. You can change the backup frequency, backup method, and retention period in the PolarDB console to meet your recovery objectives.

Configure a backup policy

  1. Log on to the PolarDB console.

  2. In the left-side navigation pane, click Clusters.

  3. In the upper-left corner, select the region where the cluster is deployed.

  4. Find the cluster and click its ID.

  5. In the left-side navigation pane, choose Settings and Management > Backup and Restoration.

  6. Click Modify.

  7. On the Modify page, click Modify. Configure the parameters in the Data Backup, Log Backup, and General sections.

  8. Click OK.

For details about each parameter, see Configure a backup policy.

Backup methods

PolarDB for PostgreSQL supports the following backup methods. The available methods depend on your cluster storage type.

Standard backup

Standard backup runs on the days of the week you specify. Back up at least twice a week for better data protection.

SettingValue
Default retention period7 days
Retention range3 to 14 days
Manual deletionNot supported

High-frequency backup

High-frequency backup runs every 2, 3, or 4 hours within a 24-hour cycle. This method provides a shorter recovery point objective (RPO) than standard backup.

Log backup

Log backup is enabled by default and cannot be disabled. Log backups capture transaction logs to support point-in-time recovery (PITR).

SettingValue
Retention range3 to 7,300 days

Level-2 backup (PSL4 and PSL5 storage only)

Clusters that use PSL4 or PSL5 storage support an additional level-2 backup tier.

SettingValue
Level-1 backup retention3 to 14 days
Level-2 backup retention30 to 7,300 days
Cross-region storageSupported, for disaster recovery

Cluster deletion policy

The General section of the backup policy defines what happens to backups when you delete a cluster:

  • Retain all backups

  • Retain the latest backup only

  • Delete all backups

API operations

OperationDescription
CreateBackupCreates a full snapshot backup of a PolarDB cluster.
DescribeBackupsQueries the backup information about a PolarDB cluster.
DeleteBackupDeletes the backups of a PolarDB cluster.