Skip to content

Commit

Permalink
Update env-data.sh (#480)
Browse files Browse the repository at this point in the history
Fixes #479
  • Loading branch information
vidlb authored Aug 13, 2024
1 parent 7d7c594 commit a4f9aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/env-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEFAULT_DATADIR="/var/lib/postgresql/${POSTGRES_MAJOR_VERSION}/main"
# Commented for documentation. You can specify the location of
# pg_wal directory/volume using the following environment variable:
# POSTGRES_INITDB_WALDIR (default value is unset)
DEFAULT_SCRIPTS_LOCKFILE_DIR="/docker-entrypoint.initdb.d"
DEFAULT_SCRIPTS_LOCKFILE_DIR="/docker-entrypoint-initdb.d"
DEFAULT_CONF_LOCKFILE_DIR="/settings"
DEFAULT_EXTRA_CONF_DIR="/settings"
ROOT_CONF="/etc/postgresql/${POSTGRES_MAJOR_VERSION}/main"
Expand Down Expand Up @@ -628,4 +628,4 @@ function role_creation() {
su - postgres -c "psql postgres -f /tmp/setup_user.sql"
rm /tmp/setup_user.sql

}
}

0 comments on commit a4f9aa8

Please sign in to comment.