Skip to content

Commit ee862df

Browse files
committed
Doc: Update docs
1 parent b3a0717 commit ee862df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/upgradeversion.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ fi
3939
# mitigate: 'you must have read and write access in the current directory'
4040
cd /var/lib/postgresql
4141

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
4244
pg_upgrade \
4345
-U "${POSTGRES_USER}" \
4446
--old-bindir ${PGBINOLD} \

0 commit comments

Comments
 (0)