File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1946,9 +1946,9 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
1946
1946
<title>Upgrading Data via Replication</title>
1947
1947
1948
1948
<para>
1949
- It is also possible to use certain replication methods, such as
1950
- <productname>Slony</productname>, to create a standby server with the updated version of
1951
- <productname>PostgreSQL</productname>. This is possible because Slony supports
1949
+ It is also possible to use logical replication methods to create a standby
1950
+ server with the updated version of <productname>PostgreSQL</productname>.
1951
+ This is possible because logical replication supports
1952
1952
replication between different major versions of
1953
1953
<productname>PostgreSQL</productname>. The standby can be on the same computer or
1954
1954
a different computer. Once it has synced up with the master server
@@ -1958,6 +1958,13 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
1958
1958
of downtime for an upgrade.
1959
1959
</para>
1960
1960
1961
+ <para>
1962
+ This method of upgrading can be performed using the built-in logical
1963
+ replication facilities as well as using external logical replication
1964
+ systems such as <productname>pglogical</productname>,
1965
+ <productname>Slony</productname>, <productname>Londiste</productname>, and
1966
+ <productname>Bucardo</productname>.
1967
+ </para>
1961
1968
</sect2>
1962
1969
</sect1>
1963
1970
You can’t perform that action at this time.
0 commit comments