diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-07-01 23:09:13 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-07-01 23:09:13 -0400 |
commit | 158d071b28529509b0a77317a24ef55fb84480d9 (patch) | |
tree | f129a7d30ae40bb5ba00df4b97082bbfe65789b5 | |
parent | 3b80219e96f2d2b696ed8dc395d468b38d8ef592 (diff) | |
download | postgresql-158d071b28529509b0a77317a24ef55fb84480d9.tar.gz postgresql-158d071b28529509b0a77317a24ef55fb84480d9.zip |
In pg_upgrade 9.0 and 9.1, document suggestion of using a non-default
port number to avoid unintended client connections.
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index b24c1e7b981..5d605e187e8 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -256,8 +256,7 @@ gmake prefix=/usr/local/pgsql.new install so you might want to set authentication to <literal>trust</> in <filename>pg_hba.conf</>, or if using <literal>md5</> authentication, use a <filename>~/.pgpass</> file (see <xref linkend="libpq-pgpass">) - 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. </para> </step> @@ -336,6 +335,9 @@ pg_upgrade.exe <para> Obviously, no one should be accessing the clusters during the upgrade. + Consider using a non-default port number, e.g. 50432, for old + and new clusters to avoid unintended client connections during + the upgrade. </para> <para> |