Skip to content

Commit

Permalink
[bitnami/postgresql-ha] Enhance pgpool-II Recovery Mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
longshibin committed Nov 26, 2024
1 parent a1f09b6 commit d3d42d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eval "$(pgpool_env)"
eval "$(ldap_env)"

command="$(command -v pgpool)"
flags=("-n" "--config-file=${PGPOOL_CONF_FILE}" "--hba-file=${PGPOOL_PGHBA_FILE}")
flags=("-n" "-D" "--config-file=${PGPOOL_CONF_FILE}" "--hba-file=${PGPOOL_PGHBA_FILE}")
[[ -z "${PGPOOL_EXTRA_FLAGS:-}" ]] || flags=("${flags[@]}" "${PGPOOL_EXTRA_FLAGS[@]}")

is_boolean_yes "$PGPOOL_ENABLE_LDAP" && ldap_start_nslcd_bg
Expand Down

0 comments on commit d3d42d2

Please sign in to comment.