File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,7 @@ gmake prefix=/usr/local/pgsql.new install
256
256
so you might want to set authentication to <literal>trust</> in
257
257
<filename>pg_hba.conf</>, or if using <literal>md5</> authentication,
258
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.
259
+ to avoid being prompted repeatedly for a password.
261
260
</para>
262
261
</step>
263
262
@@ -336,6 +335,9 @@ pg_upgrade.exe
336
335
337
336
<para>
338
337
Obviously, no one should be accessing the clusters during the upgrade.
338
+ 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.
339
341
</para>
340
342
341
343
<para>
You can’t perform that action at this time.
0 commit comments