PostgreSQL backups
PostgreSQL backups
In cloud databases PostgreSQL cluster backups are created automatically — you don't need 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.