Document that continuous archiving backup can be used for cases where
authorBruce Momjian
Wed, 9 Apr 2008 02:52:04 +0000 (02:52 +0000)
committerBruce Momjian
Wed, 9 Apr 2008 02:52:04 +0000 (02:52 +0000)
you can't get a simultaneous snapshot.

doc/src/sgml/backup.sgml

index 2697edf86e308c517a006d5bbcc198c56751d509..29642fe81d9a2f2eb681e8684c6b3b1797cea649 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Backup and Restore
@@ -386,9 +386,17 @@ tar -cf backup.tar /usr/local/pgsql/data
    not be possible to use snapshot backup because the snapshots
    must be simultaneous.
    Read your file system documentation very carefully before trusting
-   to the consistent-snapshot technique in such situations.  The safest
-   approach is to shut down the database server for long enough to
-   establish all the frozen snapshots.
+   to the consistent-snapshot technique in such situations.
+  
+
+  
+   If simultaneous snapshots are not possible, one option is to shut down
+   the database server long enough to establish all the frozen snapshots.
+   Another option is perform a continuous archiving base backup (
+   linkend="backup-base-backup">) because such backups are immune to file
+   system changes during the backup.  This requires enabling continuous
+   archiving just during the backup process; restore is done using
+   continuous archive recovery ().