8000
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 18c8dc3 commit 4810ebeCopy full SHA for 4810ebe
doc/src/sgml/pgupgrade.sgml
@@ -517,6 +517,12 @@ psql --username postgres --file script.sql postgres
517
<literal>-d /real-data-directory -o '-D /configuration-directory'</>.
518
</para>
519
520
+ <para>
521
+ A Log-Shipping Standby Server (<xref linkend="warm-standby">) cannot
522
+ be upgraded because the server must allow writes. The simplest way
523
+ is to upgrade the primary and use rsync to rebuild the standbys.
524
+ </para>
525
+
526
<para>
527
If you want to use link mode and you do not want your old cluster
528
to be modified when the new cluster is started, make a copy of the
0 commit comments