PostgreSQL TimescaleDB cluster backups
With PostgreSQL TimescaleDB cloud databases, cluster backups are created automatically — you don't have to configure them 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 uploaded. Automatic creation of backups cannot be disabled.
Backup schedule
- full cluster backups are created once a week;
- Incremental (delta) backups are created once a day. These backups contain all changes from the previous backup;
- WAL files are created every 10 minutes or when a certain amount of changes accumulate.
Backup retention period
Backups are stored for 7 days, after that they are deleted.
Backups of deleted clusters are stored for 7 days from the date of backup creation. You can restore a cluster from the backup.