We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add6c31 commit c90dcd6Copy full SHA for c90dcd6
doc/src/sgml/pgupgrade.sgml
@@ -529,7 +529,10 @@ psql --username postgres --file script.sql postgres
529
<para>
530
A Log-Shipping Standby Server (<xref linkend="warm-standby">) cannot
531
be upgraded because the server must allow writes. The simplest way
532
- is to upgrade the primary and use rsync to rebuild the standbys.
+ is to upgrade the primary and use <command>rsync</> to rebuild the
533
+ standbys. You can run <command>rsync</> while the primary is down,
534
+ or as part of a base backup (<xref linkend="backup-base-backup">)
535
+ which overwrites the old standby cluster.
536
</para>
537
538
0 commit comments