mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-02-22 11:44:47 +00:00
add postgresql 16 to supported versions and fix scheduler
This commit is contained in:
parent
04fa699593
commit
f789215487
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user