add postgresql 16 to supported versions and fix scheduler

This commit is contained in:
ace 2024-04-23 12:47:56 +03:00
parent 04fa699593
commit f789215487
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -14,7 +14,7 @@ wal_g_pg_backup_owner: "postgres"
wal_g_pg_backup_group: "postgres"
wal_g_pg_major_version: "15"
wal_g_backup_enable: false
wal_g_backup_enable: true
wal_g_backup_schedule: ""
wal_g_backup_retention_schedule: ""
wal_g_backup_retention_number: 7
@ -28,6 +28,7 @@ wal_g_postgresql_supported_versions:
- 13
- 14
- 15
- 16
wal_g_default_config: # more options see https://github.com/wal-g/wal-g#configuration
# AWS_ACCESS_KEY_ID: "secret-key"