projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba11258
)
Document that a CHECKPOINT before taking a file system snapshot can
author
Bruce Momjian
<
[email protected]
>
Wed, 24 Nov 2010 23:41:28 +0000
(18:41 -0500)
committer
Bruce Momjian
<
[email protected]
>
Wed, 24 Nov 2010 23:41:28 +0000
(18:41 -0500)
reduce recovery time.
doc/src/sgml/backup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/backup.sgml
b/doc/src/sgml/backup.sgml
index 3ce6fffb05dc938b7fc972c15ae7d9cd5b598972..db7c8349148e5e4bcee68eea30c726d94bb143de 100644
(file)
--- 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 <command>CHECKPOINT</command> before taking the
+ snapshot to reduce recovery time.
</para>
<para>