From 165e2b6fb3d462067dcdccf92818adca108512b0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 28 Sep 1999 15:59:10 +0000 Subject: [PATCH] Recommend postmaster stop/start for pg_upgrade. --- doc/src/sgml/ref/pg_upgrade.sgml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/ref/pg_upgrade.sgml b/doc/src/sgml/ref/pg_upgrade.sgml index 293a387638..7bb5167d82 100644 --- a/doc/src/sgml/ref/pg_upgrade.sgml +++ b/doc/src/sgml/ref/pg_upgrade.sgml @@ -1,5 +1,5 @@ @@ -121,9 +121,24 @@ pg_upgrade [ -f filename ] + Restore your old pg_hba.conf if needed to allow + user logins. + + + + + + Stop and restart the postmaster. + + + + + Carefully examine the contents of the upgraded database. If you detect problems, you'll need to recover by restoring from your full pg_dump backup. + You can delete the data.old/ directory when you + are satisfied. @@ -135,14 +150,6 @@ pg_upgrade [ -f filename ] - - - Restart the postmaster and/or restore your old - pg_hba.conf if needed to allow user logins. - You can delete the data.old/ directory when you - are finished. - - -- 2.11.0