From 58b0893067fe33fbeb1e23eb96e080c2d5a9b8ba Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 11 Dec 2017 07:31:30 -0500 Subject: [PATCH] Improve archive-copy reference documentation. --- doc/xml/reference.xml | 4 ++-- doc/xml/release.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/xml/reference.xml b/doc/xml/reference.xml index dd1c0ada6..7ada2b555 100644 --- a/doc/xml/reference.xml +++ b/doc/xml/reference.xml @@ -406,9 +406,9 @@ Copy WAL segments needed for consistency to the backup. - This slightly paranoid option protects against corruption or premature expiration in the WAL segment archive by storing the WAL segments directly in the backup. PITR won't be possible without the WAL segment archive and this option also consumes more space. + This slightly paranoid option protects against corruption in the WAL segment archive by storing the WAL segments required for consistency directly in the backup. WAL segments are still stored in the archive so this option will use additional space. - Even though WAL segments will be restored with the backup, will ignore them if a recovery.conf file exists and instead use archive_command to fetch WAL segments. Specifying type=none when restoring will not create recovery.conf and force to use the WAL segments in pg_xlog/pg_wal. This will get the database cluster to a consistent state. + On restore, the WAL segments will be present in pg_xlog/pg_wal and will use them in preference to calling the restore_command. y diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 6ef7ad149..1f90eded4 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -78,6 +78,12 @@ + + +

Improve archive-copy reference documentation.

+
+
+

Relax permissions set by release.pl.