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

Add note about running stanza-create on already-created repositories.

This commit is contained in:
David Steele 2023-05-12 15:46:04 +03:00
parent c7ac173304
commit 0c1f823e7a
2 changed files with 15 additions and 1 deletions

View File

@ -94,6 +94,18 @@
</release-item>
</release-development-list>
</release-core-list>
<release-doc-list>
<release-improvement-list>
<release-item>
<release-item-contributor-list>
<release-item-contributor id="david.steele"/>
</release-item-contributor-list>
<p>Add note about running <cmd>stanza-create</cmd> on already-created repositories.</p>
</release-item>
</release-improvement-list>
</release-doc-list>
</release>
<release date="2023-03-20" version="2.45" title="Block Incremental Backup (BETA)">

View File

@ -2519,7 +2519,9 @@
<summary>Create the required stanza data.</summary>
<text>
<p>The <cmd>stanza-create</cmd> command must be run after the stanza has been configured in <file>pgbackrest.conf</file>. If there is more than one repository configured, the stanza will be created on each. See <link page="user-guide" section="/quickstart/create-stanza">Create the Stanza</link> for more information and an example.</p>
<p>The <cmd>stanza-create</cmd> command must be run after the stanza has been configured in <file>pgbackrest.conf</file>. If there is more than one repository configured, the stanza will be created on each. Stanzas that have already been created will be skipped so it is always safe to run <cmd>stanza-create</cmd>, even when a new repository has been configured.</p>
<p>See <link page="user-guide" section="/quickstart/create-stanza">Create the Stanza</link> for more information and an example.</p>
</text>
<option-list>