add proxy support

This commit is contained in:
ace
2023-05-11 13:56:29 +03:00
parent 6ce8b488c8
commit e1c5f252ed
4 changed files with 8 additions and 3 deletions

View File

@ -17,6 +17,10 @@ wal_g_backup_retention_schedule: ""
wal_g_backup_retention_number: 7
wal_g_backup_permanent_schedule: ""
# If backuping through proxy
#wal_g_http_proxy: ''
#wal_g_https_proxy: ''
wal_g_postgresql_supported_versions:
- 13
- 14