We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3b80219 commit158d071Copy full SHA for 158d071
doc/src/sgml/pgupgrade.sgml
@@ -256,8 +256,7 @@ gmake prefix=/usr/local/pgsql.new install
256
so you might want to set authentication to <literal>trust</> in
257
<filename>pg_hba.conf</>, or if using <literal>md5</> authentication,
258
use a <filename>~/.pgpass</> file (see <xref linkend="libpq-pgpass">)
259
- to avoid being prompted repeatedly for a password. Also make sure
260
- pg_upgrade is the only program that can connect to the clusters.
+ to avoid being prompted repeatedly for a password.
261
</para>
262
</step>
263
@@ -336,6 +335,9 @@ pg_upgrade.exe
336
335
337
<para>
338
Obviously, no one should be accessing the clusters during the upgrade.
+ Consider using a non-default port number, e.g. 50432, for old
339
+ and new clusters to avoid unintended client connections during
340
+ the upgrade.
341
342
343