Skip to main content
PostgreSQL backup
Last update:

PostgreSQL backup

In cloud databases PostgreSQL cluster backups are automatic — you don't need to configure it yourself and keep track of backups.

The WAL-G tool is used to create cluster backups. WAL files are used to perform Point-in-Time Recovery.

Backups are stored in isolation from other users' backups.

Backups cannot be unloaded. Automatic backups cannot be disabled.

Backup schedule

  • Full cluster backups are created once a week.
  • Incremental (delta) backups are created once a day. Such copies contain all changes from a past backup.
  • WAL files are created every 10 minutes or when a certain amount of changes accumulate.

Retention period for copies

Backups are kept for 7 days, after which they are deleted.

Backups of remote clusters are kept for 7 days from the time the copy is created. You can restore cluster from a copy.

Restore the cluster

You can restore a cluster from a backup to any point in time in the last 7 days.

The restore creates a new database cluster — you can change the name, configuration (with the same or larger disk size), number of nodes, network and DBMS settings. The DBMS type and version cannot be changed.

  1. In Control Panel, go to Cloud PlatformDatabases.
  2. From the () menu of the cluster, select Restore.
  3. Choose how to restore the cluster — from the last available backup or to a specific point in time within the last 7 days.
  4. You will be redirected to the page for creating a new cluster. If necessary, change the cluster settings (see the Create Cluster instructions for details) and click Create Cluster.
  5. Once the cluster is rebuilt, the node addresses will change — change them in your application.

Cost

Backup storage is paid under cloud platform payment model.

The cost is listed on website.