mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04:00
Document that Log-Shipping Standby Servers cannot be upgraded by
pg_upgrade. Backpatch to 9.2.
This commit is contained in:
parent
01215d61a7
commit
f9951252db
1 changed files with 6 additions and 0 deletions
|
|
@ -517,6 +517,12 @@ psql --username postgres --file script.sql postgres
|
|||
<literal>-d /real-data-directory -o '-D /configuration-directory'</>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A Log-Shipping Standby Server (<xref linkend="warm-standby">) cannot
|
||||
be upgraded because the server must allow writes. The simplest way
|
||||
is to upgrade the primary and use rsync to rebuild the standbys.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you want to use link mode and you do not want your old cluster
|
||||
to be modified when the new cluster is started, make a copy of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue