Managed Databases with automated backups enabled provide continuous WAL archiving and periodic full backups, enabling point-in-time recovery to any second within the retention window.
When automated backups are enabled on a database:
Each backup entry shows:
| Column | Description |
|---|---|
| Label | Backup identifier |
| Type | FULL (complete backup) or WAL (incremental log segment) |
| Taken | When the backup was created (relative time) |
| Size | Backup file size |
| Duration | How long the backup took to complete |
Each database with backups displays a recovery window:
You can restore to any point in time between these two bounds.
Point-in-time restore creates a new database from an existing database's backup. The source database is not modified.
The restored database provisions as a new cluster with data recovered up to your chosen point in time.
| Status | Meaning |
|---|---|
| ok | Backups running normally |
| WAL archiving active | Continuous log shipping is working |
| Alert | An issue with the backup pipeline — check the status message |