Skip to content

Commit 7d19032

Browse files
committed
postgres: update to version 11
1 parent 53b6832 commit 7d19032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM ubuntu:bionic-20200403
1010
LABEL maintainer="[email protected]"
1111

1212
ENV PG_APP_HOME="/etc/docker-postgresql" \
13-
PG_VERSION=10 \
13+
PG_VERSION=11 \
1414
PG_USER=postgres \
1515
PG_HOME=/var/lib/postgresql \
1616
PG_RUNDIR=/run/postgresql \

runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ initialize_database() {
227227
-b ${PG_OLD_BINDIR} -B ${PG_BINDIR} \
228228
-d ${PG_OLD_DATADIR} -D ${PG_DATADIR} \
229229
-o "-c config_file=${PG_OLD_CONF} --hba_file=${PG_OLD_HBA_CONF} --ident_file=${PG_OLD_IDENT_CONF}" \
230-
-O "-c config_file=${PG_CONF} --hba_file=${PG_HBA_CONF} --ident_file=${PG_IDENT_CONF}" >/dev/null
230+
-O "-c config_file=${PG_CONF} --hba_file=${PG_HBA_CONF} --ident_file=${PG_IDENT_CONF}"
231231
echo
232232
fi
233233
;;

0 commit comments

Comments
 (0)