Skip to content
Snippets Groups Projects
Commit 4810ebe1 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Document that Log-Shipping Standby Servers cannot be upgraded by

pg_upgrade.

Backpatch to 9.2.
parent 18c8dc32
Branches
Tags
No related merge requests found
...@@ -517,6 +517,12 @@ psql --username postgres --file script.sql postgres ...@@ -517,6 +517,12 @@ psql --username postgres --file script.sql postgres
<literal>-d /real-data-directory -o '-D /configuration-directory'</>. <literal>-d /real-data-directory -o '-D /configuration-directory'</>.
</para> </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> <para>
If you want to use link mode and you do not want your old cluster 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 to be modified when the new cluster is started, make a copy of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment