We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d74d07c + cc3b0cc commit f1d0ec0Copy full SHA for f1d0ec0
scripts/env-data.sh
@@ -3,7 +3,7 @@ POSTGRES_MAJOR_VERSION=$(cat /tmp/pg_version.txt)
3
POSTGIS_MAJOR=$(cat /tmp/pg_major_version.txt)
4
POSTGIS_MINOR_RELEASE=$(cat /tmp/pg_minor_version.txt)
5
DEFAULT_DATADIR="/var/lib/postgresql/${POSTGRES_MAJOR_VERSION}/main"
6
-DEFAULT_INITDB_WALDIR="/opt/postgresql/${POSTGRES_MAJOR_VERSION}/pg_waldir"
+DEFAULT_INITDB_WALDIR="/var/lib/postgresql/${POSTGRES_MAJOR_VERSION}/pg_waldir"
7
ROOT_CONF="/etc/postgresql/${POSTGRES_MAJOR_VERSION}/main"
8
PG_ENV="$ROOT_CONF/environment"
9
CONF="$ROOT_CONF/postgresql.conf"
0 commit comments