diff options
author | Bruce Momjian | 2007-10-16 05:37:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-10-16 05:37:40 +0000 |
commit | 59dc5d0e117af50b6023c951c00ea2620d44d1c1 (patch) | |
tree | 2defdfb04ad83b05448a5fc151be76197c9349f2 /doc/src | |
parent | e61d2521520626cb7744163c02c79e9d2230a3bc (diff) |
Slony switch is only seconds of downtime.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index f8ca2b5c481..b752cc47d34 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.104 2007/10/16 02:48:57 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.105 2007/10/16 05:37:40 momjian Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -1747,7 +1747,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 6543 has synced up with the master server (running the older version of <productname>PostgreSQL</>), you can switch masters and make the slave the master and shut down the older database instance. Such a - switch-over results in only several minutes of downtime for an upgrade. + switch-over results in only several seconds of downtime for an upgrade. </para> <para> |