fix datadict
This commit is contained in:
@@ -64,7 +64,6 @@ chmod 600 /etc/pgpool2/pcp.conf ~/.pcppass
|
||||
printf "allow_clear_text_frontend_auth = on\n"
|
||||
printf "process_management_mode = 'dynamic'\n"
|
||||
printf "backend_clustering_mode = 'streaming_replication'\n"
|
||||
printf "backend_data_directory = '/var/lib/postgresql/data'\n"
|
||||
printf "sr_check_period = 10\n"
|
||||
printf "sr_check_user = %s\n" "$POSTGRES_REPLICATOR_USERNAME"
|
||||
# printf "sr_check_password = %s\n" "$POSTGRES_REPLICATOR_PASSWORD"
|
||||
@@ -102,7 +101,7 @@ chmod 600 /etc/pgpool2/pcp.conf ~/.pcppass
|
||||
done
|
||||
} > /etc/pgpool2/pgpool.conf
|
||||
|
||||
# /usr/sbin/pgpool
|
||||
/usr/sbin/pgpool
|
||||
|
||||
while true
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user