File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ $REPMGR_NODE_ID_PARAM_NAME=$(get_node_id)
1919node_name=$NODE_NAME
2020conninfo='user=$REPLICATION_USER password=$REPLICATION_PASSWORD host=$CLUSTER_NODE_NETWORK_NAME dbname=$REPLICATION_DB port=$REPLICATION_PRIMARY_PORT connect_timeout=$CONNECT_TIMEOUT '
2121failover=automatic
22- promote_command=' PGPASSWORD=$REPLICATION_PASSWORD repmgr standby promote --log-level DEBUG --verbose'
23- follow_command=' PGPASSWORD=$REPLICATION_PASSWORD repmgr standby follow -W --log-level DEBUG --verbose'
22+ promote_command=" PGPASSWORD=' $REPLICATION_PASSWORD' repmgr standby promote --log-level DEBUG --verbose"
23+ follow_command=" PGPASSWORD=' $REPLICATION_PASSWORD' repmgr standby follow -W --log-level DEBUG --verbose"
2424reconnect_attempts=$RECONNECT_ATTEMPTS
2525reconnect_interval=$RECONNECT_INTERVAL
2626$REPMGR_LOG_LEVEL_PARAM_NAME =$LOG_LEVEL
You can’t perform that action at this time.
0 commit comments