From 409360924151a561dd5dc122dbcd9173a4e6c950 Mon Sep 17 00:00:00 2001 From: David Steele Date: Fri, 1 Mar 2019 09:00:51 +0200 Subject: [PATCH] Documentation builds on PostgreSQL 9.4-10. More than likely 9.2-11 will work as well, but this has not been tested. However, 11 needs work on the group permissions introduced in that version. --- doc/xml/release.xml | 4 ++++ doc/xml/user-guide.xml | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/xml/release.xml b/doc/xml/release.xml index b9b0b6d08..f8b9a8b69 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -130,6 +130,10 @@

Add instructions for building the coverage report.

+ + +

Documentation builds on 9.4-10.

+
diff --git a/doc/xml/user-guide.xml b/doc/xml/user-guide.xml index 02443b7ce..adc889099 100644 --- a/doc/xml/user-guide.xml +++ b/doc/xml/user-guide.xml @@ -46,10 +46,11 @@ 9.4 9.5 - 95 + my $version = '{[pg-version]}'; $version =~ s/\.//g; return $version; + 9.5 9.6 - 96 + my $version = '{[pg-version-upgrade]}'; $version =~ s/\.//g; return $version; /usr/lib/postgresql/{[pg-version]}/bin /usr/pgsql-{[pg-version]}/bin @@ -1204,7 +1205,7 @@ -
+
Automatic Stop Option

Sometimes will exit unexpectedly and the backup in progress on the cluster will not be properly stopped. exits as quickly as possible when an error occurs so that the cause can be reported accurately and is not masked by another problem that might happen during a more extensive cleanup.

@@ -1784,7 +1785,8 @@ {[project-exe]} {[dash]}-stanza={[postgres-cluster-demo]} {[dash]}-delta - {[dash]}-type=time "{[dash]}-target={[time-recovery-timestamp]}" restore + {[dash]}-type=time "{[dash]}-target={[time-recovery-timestamp]}" + --target-action=promote restore @@ -1860,7 +1862,7 @@ {[project-exe]} {[dash]}-stanza={[postgres-cluster-demo]} {[dash]}-delta - {[dash]}-type=time "{[dash]}-target={[time-recovery-timestamp]}" restore + {[dash]}-type=time "{[dash]}-target={[time-recovery-timestamp]}" --target-action=promote restore @@ -1916,7 +1918,7 @@ {[project-exe]} {[dash]}-stanza={[postgres-cluster-demo]} {[dash]}-delta {[dash]}-type=time "{[dash]}-target={[time-recovery-timestamp]}" - {[dash]}-set={[backup-last]} restore + {[dash]}-set={[backup-last]} --target-action=promote restore