diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 0c4b16d32c..de0046c482 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -346,7 +346,7 @@ NET STOP postgresql-&majorversion; - + Prepare for standby server upgrades @@ -361,6 +361,20 @@ NET STOP postgresql-&majorversion; replica in the postgresql.conf file on the new primary cluster. + + + + If you use Log-Shipping standby servers (without streaming), the last + file in which shutdown checkpoint record is written won't be archived. + To make the standby servers caught up you need to copy the last WAL + file from primary to the standby servers and wait till it is applied. + After that standby servers can issue restartpoint at the same location + as in the stopped master. As alternative before you can + switch from Log-Shipping + to Streaming Replication. + +