1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

doc PG 17 relnotes: clarify pg_upgrade and logical slot preserv.

Reported-by: Amit Kapila

Discussion: https://postgr.es/m/CAA4eK1+bChgccySmcm0LbvkmBDJ3ufsLneF4iNa_aZ7t2P6=8w@mail.gmail.com

Backpatch-through: 17 only
This commit is contained in:
Bruce Momjian 2024-10-09 23:05:50 -04:00
parent 7e059fb6c0
commit 912d15cba5

View File

@ -63,7 +63,10 @@
<para>
<link
linkend="pgupgrade"><application>pg_upgrade</application></link> now
preserves replication slots on both publishers and subscribers
preserves logical replication slots on publishers and full
subscription state on subscribers. This will allow upgrades
to future major versions to continue logical replication without
requiring copy to resynchronize.
</para>
</listitem>
</itemizedlist>