mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Document that Slony can do upgrades easier _because_ it supports
replication between different Postgres major versions.
This commit is contained in:
parent
902aae5ec5
commit
e8cdc238cf
1 changed files with 2 additions and 0 deletions
|
|
@ -1704,6 +1704,8 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
|
|||
<para>
|
||||
It is also possible to use certain replication methods, such as
|
||||
<productname>Slony</>, to create a standby server with the updated version of
|
||||
<productname>PostgreSQL</>. This is possible because Slony supports
|
||||
replication between different major versions of
|
||||
<productname>PostgreSQL</>. The standby can be on the same computer or
|
||||
a different computer. Once it has synced up with the master server
|
||||
(running the older version of <productname>PostgreSQL</>), you can
|
||||
|
|
|
|||
Loading…
Reference in a new issue