Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ fi
PG_BIN_DIR=${PG_BIN_DIR} \
PG_ROOT_PASSWORD=${PG_ROOT_PASSWORD} \
PG_REPL_PASSWORD=${PG_REPL_PASSWORD} \
# Deprecated: `hostname -i` might print multiple IP addresses separated with space,
# so it is a bad fit for the listen address. We should better use `*:port` for listen address,
# which is a static value. An environment variable with a static value does not help much,
# so we'd better deprecate and remove LISTEN_ADDR variable
LISTEN_ADDR=`hostname -i` \
PG_CLUST_NAME=${PG_CLUST_NAME} \
POD_NAMESPACE=${POD_NAMESPACE} \
Expand Down