PostgreSQL backup configuration
There are the following jobs for backups management:
-
CronJob for backups creation (running by a schedule
postgresBackup.schedule
) -
CronJob for backups rotation (running by a schedule
postgresBackup.rotationSchedule
)
Backup configuration values (postgresBackup
prefix):
-
enabled
- boolean flag for enabling/disabling backups -
schedule
- cron-like schedule for backups -
rotationSchedule
- cron-like schedule for backups rotation -
maxNumber
- maximum number of backups to store -
image
- Docker image containingpotgres
andminio
(client) binaries (opennode/postgres-minio by default)
Backups restoration
To restore backups you need to shell into waldur-db-restore
pod and execute the following script:
1 2 3 4 5 |
|
Last update:
2021-12-28