In pg_upgrade 9.0 and 9.1, document suggestion of using a non-default
authorBruce Momjian
Sat, 2 Jul 2011 03:09:14 +0000 (23:09 -0400)
committerBruce Momjian
Sat, 2 Jul 2011 03:09:14 +0000 (23:09 -0400)
port number to avoid unintended client connections.

doc/src/sgml/pgupgrade.sgml

index 8e975d8e207e7f0fda11f5bc3d492294f2945323..31f1c3d1d486fd0edec9f9bc2782e03ae3808a0b 100644 (file)
@@ -239,8 +239,7 @@ gmake prefix=/usr/local/pgsql.new install
      so you might want to set authentication to trust in
      pg_hba.conf, or if using md5 authentication,
      use a ~/.pgpass file (see )
-     to avoid being prompted repeatedly for a password.  Also make sure
-     pg_upgrade is the only program that can connect to the clusters.
+     to avoid being prompted repeatedly for a password.
     
    
  
@@ -319,6 +318,9 @@ pg_upgrade.exe
  
     
      Obviously, no one should be accessing the clusters during the migration.
+     Consider using a non-default port number, e.g.  50432, for old
+     and new clusters to avoid unintended client connections during
+     the upgrade.