+ linkend="pgupgrade-step-replicas">), verify that the old standby
+ servers are caught up by running
pg_controldata>
+ against the old primary and standby clusters. Verify that the
+ Latest checkpoint location> values match in all clusters.
+ (There will be a mismatch if old standby servers were shut down
+ before the old primary.)
+
+
+ Also, if upgrading standby servers, change wal_level>
+ to replica> in the postgresql.conf> file on
+ the new master cluster.
-
+ id="pgupgrade-step-replicas">
Upgrade Streaming Replication and Log-Shipping standby servers
-
-
Start and stop the new master cluster
-
- In the new master cluster, change wal_level> to
- replica> in the postgresql.conf> file
- and then start and stop the cluster.
-
-
-