This commit is contained in:
Bernhard Radermacher
2026-02-23 15:59:17 +01:00
parent b3033cee07
commit 314194a6dd
3 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ backend_weight1 = 1
backend_data_directory1 = '/var/lib/postgresql/data'
backend_flag1 = 'ALLOW_TO_FAILOVER'
enable_pool_hba = on
logdir = '/var/log/pgool'
logdir = '/var/log/postgresql'
sr_check_user = 'pgpool'
sr_check_password = 'secret'
health_check_period = 10
@@ -20,4 +20,3 @@ health_check_user = 'pgpool'
health_check_password = 'secret'
recovery_user = 'pgpool'
recovery_password = 'secret'
recovery_1st_stage_command = 'basebackup.sh'