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 parent7aeff9f commit981e5acCopy full SHA for 981e5ac
doc/src/sgml/pgupgrade.sgml
@@ -201,9 +201,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
201
<title>Install the new PostgreSQL binaries</title>
202
203
<para>
204
- Install the new server's binaries and support files. You can use the
205
- same port numbers for both clusters, typically 5432, because the old and
206
- new clusters will not be running at the same time.
+ Install the new server's binaries and support files.
207
</para>
208
209
@@ -340,6 +338,8 @@ pg_upgrade.exe
340
338
Obviously, no one should be accessing the clusters during the
341
339
upgrade. <application>pg_upgrade</> defaults to running servers
342
on port 50432 to avoid unintended client connections.
+ You can use the same port numbers for both clusters because the
+ old and new clusters will not be running at the same time.
343
344
345