1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Remove backup after timeline switch from user guide.

It is no longer necessary (since 2.07, 34c63276) to do a backup manually after a timeline switch.
This commit is contained in:
David Steele 2020-03-25 12:17:20 -04:00
parent 480a11066d
commit 4c31a922a3

View File

@ -2392,16 +2392,6 @@
<exe-cmd>{[pg-cluster-wait]}</exe-cmd>
</execute>
</execute-list>
<p>A new backup must be performed due to the timeline switch.</p>
<execute-list host="{[host-repo1]}">
<title>Backup the {[postgres-cluster-demo]} cluster</title>
<execute user="{[br-user]}">
<exe-cmd>{[project-exe]} {[dash]}-stanza={[postgres-cluster-demo]} backup</exe-cmd>
</execute>
</execute-list>
</section>
</section>