mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
In pg_upgade, document that the port numbers must be different when
checking an old running server.
This commit is contained in:
parent
58a031f920
commit
f789909b59
@ -367,8 +367,10 @@ pg_upgrade.exe
|
|||||||
Obviously, no one should be accessing the clusters during the
|
Obviously, no one should be accessing the clusters during the
|
||||||
upgrade. <application>pg_upgrade</> defaults to running servers
|
upgrade. <application>pg_upgrade</> defaults to running servers
|
||||||
on port 50432 to avoid unintended client connections.
|
on port 50432 to avoid unintended client connections.
|
||||||
You can use the same port numbers for both clusters because the
|
You can use the same port number for both clusters when doing an
|
||||||
old and new clusters will not be running at the same time.
|
upgrade because the old and new clusters will not be running at the
|
||||||
|
same time. However, when checking an old running server, the old
|
||||||
|
and new port numbers must be different.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user