Restore a PostgreSQL Cluster
Last updated
Was this helpful?
With IONOS CLOUD DBaaS, you can roll back a PostgreSQL cluster to a previous point in time using point-in-time recovery (PITR). This prevents data loss in unexpected situations such as accidental data deletion.
Note: You can restore only one backup at a time. You must wait for the current restoration to complete before initiating another.
Prerequisites:
The backup must belong to the PostgreSQL cluster to be restored.
The backup must be active. Inactive backups are not eligible for restoration.
The cluster must be in the AVAILABLE state.
To restore a cluster from a backup, follow these steps:
In the Restore backup dialog, the Earliest recovery target time is displayed. Each backup has a recovery window defined by an earliest and a latest recovery target time. You can restore the backup to any point within this range.
1. Click the date and time field and enter a recovery target time. Select a date and time from the calendar. Only dates within the available backup window are selectable.
Note: The backup is replayed up to the specified timestamp. If left empty, the latest available backup is applied completely.

2. Select Restore to start the restoration.
Result: The cluster's STATE is set to UPDATING while the restoration is in progress. Once complete, the cluster returns to AVAILABLE.
View Cluster Details: Verify the restored cluster's state and configuration.
Clone a PostgreSQL Cluster: Create a new cluster from a backup of the restored cluster.
Last updated
Was this helpful?
Was this helpful?