From: Bruce Momjian Date: Wed, 24 Nov 2010 23:41:28 +0000 (-0500) Subject: Document that a CHECKPOINT before taking a file system snapshot can X-Git-Tag: REL9_1_ALPHA3~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7276ab5888d85782d988fc297ad2e176c7ad1bca;p=postgresql Document that a CHECKPOINT before taking a file system snapshot can reduce recovery time. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 3ce6fffb05..db7c834914 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -383,6 +383,8 @@ tar -cf backup.tar /usr/local/pgsql/data on the backed-up data, it will think the previous server instance crashed and will replay the WAL log. This is not a problem; just be aware of it (and be sure to include the WAL files in your backup). + You can perform a CHECKPOINT before taking the + snapshot to reduce recovery time.