support enable/disable backups

This commit is contained in:
ace
2024-05-26 17:59:12 +03:00
parent b183d7441c
commit 4ae6dc8311
12 changed files with 26 additions and 46 deletions

View File

@ -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: ''