]> granicus.if.org Git - postgresql/commitdiff
Document that a CHECKPOINT before taking a file system snapshot can
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Nov 2010 23:41:28 +0000 (18:41 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Nov 2010 23:41:28 +0000 (18:41 -0500)
reduce recovery time.

doc/src/sgml/backup.sgml

index 3ce6fffb05dc938b7fc972c15ae7d9cd5b598972..db7c8349148e5e4bcee68eea30c726d94bb143de 100644 (file)
@@ -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 <command>CHECKPOINT</command> before taking the
+   snapshot to reduce recovery time.
   </para>
 
   <para>