From 7276ab5888d85782d988fc297ad2e176c7ad1bca Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Nov 2010 18:41:28 -0500 Subject: [PATCH] Document that a CHECKPOINT before taking a file system snapshot can reduce recovery time. --- doc/src/sgml/backup.sgml | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.40.0