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)
19
19
node_name=$NODE_NAME
20
20
conninfo='user=$REPLICATION_USER password=$REPLICATION_PASSWORD host=$CLUSTER_NODE_NETWORK_NAME dbname=$REPLICATION_DB port=$REPLICATION_PRIMARY_PORT connect_timeout=$CONNECT_TIMEOUT '
21
21
failover=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'
24
24
reconnect_attempts=$RECONNECT_ATTEMPTS
25
25
reconnect_interval=$RECONNECT_INTERVAL
26
26
$REPMGR_LOG_LEVEL_PARAM_NAME =$LOG_LEVEL
You can’t perform that action at this time.
0 commit comments