Skip to content

Commit f1d0ec0

Browse files
author
mazano
authored
Merge pull request kartoza#318 from kartoza/wal
2 parents d74d07c + cc3b0cc commit f1d0ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/env-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ POSTGRES_MAJOR_VERSION=$(cat /tmp/pg_version.txt)
33
POSTGIS_MAJOR=$(cat /tmp/pg_major_version.txt)
44
POSTGIS_MINOR_RELEASE=$(cat /tmp/pg_minor_version.txt)
55
DEFAULT_DATADIR="/var/lib/postgresql/${POSTGRES_MAJOR_VERSION}/main"
6-
DEFAULT_INITDB_WALDIR="/opt/postgresql/${POSTGRES_MAJOR_VERSION}/pg_waldir"
6+
DEFAULT_INITDB_WALDIR="/var/lib/postgresql/${POSTGRES_MAJOR_VERSION}/pg_waldir"
77
ROOT_CONF="/etc/postgresql/${POSTGRES_MAJOR_VERSION}/main"
88
PG_ENV="$ROOT_CONF/environment"
99
CONF="$ROOT_CONF/postgresql.conf"

0 commit comments

Comments
 (0)