Commit e62a1cbc authored by iSergio's avatar iSergio
Browse files

PgPool fixes

parent 70c5e0d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ CLUSTER_SUBNET=172.16.0.

# PGPOOL watchdog and life check hosts
# Can be same as PostgreSQL replication hosts
PGPOOL_PRIMARY_HOST=172.16.0.104
PGPOOL_STANDBY_HOST=172.16.0.204
PGPOOL_PRIMARY_HOST=172.16.0.112
PGPOOL_STANDBY_HOST=172.16.0.114
PGPOOL_TRUSTED_SERVERS=
PGPOOL_DELEGATE_IP=172.16.0.115
PGPOOL_INTERFACE=eth0
+2 −2
Original line number Diff line number Diff line
@@ -526,7 +526,7 @@ wd_heartbeat_keepalive = 2
wd_heartbeat_deadtime = 6
                                    # Deadtime interval for heartbeat signal (sec)
                                    # (change requires restart)
heartbeat_destination0 = '__STANDBY_HOST__'
heartbeat_destination0 = '__PGPOOL_STANDBY_HOST__'
                                    # Host name or IP address of destination 0
                                    # for sending heartbeat signal.
                                    # (change requires restart)
@@ -567,7 +567,7 @@ wd_lifecheck_password = 'postgres'

# - Other pgpool Connection Settings -

other_pgpool_hostname0 = '__STANDBY_HOST__'
other_pgpool_hostname0 = '__PGPOOL_STANDBY_HOST__'
                                    # Host name or IP address to connect to for other pgpool 0
                                    # (change requires restart)
other_pgpool_port0 = 5432