File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM ubuntu:bionic-20200403
10
10
LABEL maintainer=
"[email protected] "
11
11
12
12
ENV PG_APP_HOME="/etc/docker-postgresql" \
13
- PG_VERSION=10 \
13
+ PG_VERSION=11 \
14
14
PG_USER=postgres \
15
15
PG_HOME=/var/lib/postgresql \
16
16
PG_RUNDIR=/run/postgresql \
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ initialize_database() {
227
227
-b ${PG_OLD_BINDIR} -B ${PG_BINDIR} \
228
228
-d ${PG_OLD_DATADIR} -D ${PG_DATADIR} \
229
229
-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} "
231
231
echo
232
232
fi
233
233
;;
You can’t perform that action at this time.
0 commit comments