We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a0717 commit ee862dfCopy full SHA for ee862df
1 file changed
bin/upgradeversion.sh
@@ -39,6 +39,8 @@ fi
39
# mitigate: 'you must have read and write access in the current directory'
40
cd /var/lib/postgresql
41
42
+# Once started, pg_upgrade will verify the two clusters are compatible and then do the upgrade.
43
+# See https://www.postgresql.org/docs/current/pgupgrade.html
44
pg_upgrade \
45
-U "${POSTGRES_USER}" \
46
--old-bindir ${PGBINOLD} \
0 commit comments