File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -767,9 +767,12 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
767
767
Configure the servers for log shipping. (You do not need to run
768
768
<function>pg_backup_start()</function> and <function>pg_backup_stop()</function>
769
769
or take a file system backup as the standbys are still synchronized
770
- with the primary.) Only logical slots on the primary are copied to the
771
- new standby, but other slots on the old standby are not copied so must
772
- be recreated manually.
770
+ with the primary.) If the old primary is prior to version 17.0, then no
771
+ slots on the primary are copied to the new standby, so all the slots on
772
+ the old standby must be recreated manually. If the old primary is
773
+ version 17.0 or later, then only logical slots on the primary are copied
774
+ to the new standby, but other slots on the old standby are not copied,
775
+ so must be recreated manually.
773
776
</para>
774
777
</step>
775
778
You can’t perform that action at this time.
0 commit comments