Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a031f commit f789909Copy full SHA for f789909
doc/src/sgml/pgupgrade.sgml
@@ -367,8 +367,10 @@ pg_upgrade.exe
367
Obviously, no one should be accessing the clusters during the
368
upgrade. <application>pg_upgrade</> defaults to running servers
369
on port 50432 to avoid unintended client connections.
370
- You can use the same port numbers for both clusters because the
371
- old and new clusters will not be running at the same time.
+ You can use the same port number for both clusters when doing an
+ upgrade because the old and new clusters will not be running at the
372
+ same time. However, when checking an old running server, the old
373
+ and new port numbers must be different.
374
</para>
375
376
<para>
0 commit comments