File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM ubuntu:bionic-20200403
1010LABEL maintainer="sameer@damagehead.com"
1111
1212ENV 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 \
Original file line number Diff line number Diff 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 ;;
You can’t perform that action at this time.
0 commit comments