From b36d3a48884c0323a5fbc9a518cd6b4ff16972dd Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 13 Dec 2017 09:52:56 -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 dd1c0ada61..7ada2b5558 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 55a610b819..ffd097e63f 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -30,6 +30,12 @@ + + +

Improve archive-copy reference documentation.

+
+
+

Relax permissions set by release.pl.