Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite61d252

Browse files
committed
Add mention of Slony for in-place upgrades.
1 parentfebd60b commite61d252

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.103 2007/09/29 01:36:10 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.104 2007/10/16 02:48:57 momjian Exp $ -->
22

33
<chapter id="backup">
44
<title>Backup and Restore</title>
@@ -1740,6 +1740,16 @@ pg_dumpall -p 5432 | psql -d postgres -p 6543
17401740
access.
17411741
</para>
17421742

1743+
<para>
1744+
It is also possible to use <productname>Slony</> to create a slave
1745+
server with the updated version of <productname>PostgreSQL</>. The
1746+
slave can be on the same computer or a different computer. Once it
1747+
has synced up with the master server (running the older version of
1748+
<productname>PostgreSQL</>), you can switch masters and make the slave
1749+
the master and shut down the older database instance. Such a
1750+
switch-over results in only several minutes of downtime for an upgrade.
1751+
</para>
1752+
17431753
<para>
17441754
In practice you probably want to test your client
17451755
applications on the new setup before switching over completely.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp