mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g-pg.git
synced 2025-06-28 21:23:08 +00:00
support enable/disable backups
This commit is contained in:
@ -2,7 +2,7 @@ wal_g_version: "3.0.0"
|
||||
wal_g_install_repo: true
|
||||
|
||||
wal_g_pg: false
|
||||
wal_g_pg_binary_name: "wal-g-pg"
|
||||
wal_g_pg_binary: "/usr/bin/wal-g-pg"
|
||||
wal_g_pg_user: "postgres"
|
||||
wal_g_pg_database: "postgres"
|
||||
wal_g_restore: false
|
||||
@ -15,10 +15,12 @@ wal_g_pg_backup_group: "postgres"
|
||||
wal_g_pg_major_version: "15"
|
||||
|
||||
wal_g_backup_enable: true
|
||||
wal_g_backup_schedule: ""
|
||||
wal_g_backup_retention_schedule: ""
|
||||
wal_g_backup_schedule: "*-*-* 00:00:00"
|
||||
wal_g_backup_permanent_enable: false
|
||||
wal_g_backup_permanent_schedule: "*-*-* 05:00:00"
|
||||
wal_g_backup_retention_enable: false
|
||||
wal_g_backup_retention_schedule: "*-*-* 10:00:00"
|
||||
wal_g_backup_retention_number: 7
|
||||
wal_g_backup_permanent_schedule: ""
|
||||
|
||||
# If backuping through proxy
|
||||
#wal_g_http_proxy: ''
|
||||
|
Reference in New Issue
Block a user