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

Fix incorrect example for repo-retention-full-type option.

This commit is contained in:
David Steele 2020-06-01 13:19:47 -04:00
parent ae15aced99
commit 9efbafc84c
2 changed files with 18 additions and 1 deletions

View File

@ -410,7 +410,7 @@
<text>Determines whether the <setting>repo-retention-full</setting> setting represents a time period (days) or count of full backups to keep. If set to <setting>time</setting> then full backups older than <setting>repo-retention-full</setting> will be removed from the repository if there is at least one backup that is equal to or greater than the <setting>repo-retention-full</setting> setting. For example, if <setting>repo-retention-full</setting> is 30 (days) and there are 2 full backups: one 25 days old and one 35 days old, no full backups will be expired because expiring the 35 day old backup would leave only the 25 day old backup, which would violate the 30 day retention policy of having at least one backup 30 days old before an older one can be expired. Archived WAL older than the oldest full backup remaining will be automatically expired unless <setting>repo-retention-archive-type</setting> and <setting>repo-retention-archive</setting> are explicitly set.</text>
<example>30</example>
<example>time</example>
</config-key>
<!-- CONFIG - RETENTION SECTION - REPO-DIFFERENTIAL-RETENTION KEY -->

View File

@ -24,6 +24,18 @@
</release-item>
</release-improvement-list>
</release-core-list>
<release-doc-list>
<release-bug-list>
<release-item>
<release-item-contributor-list>
<release-item-ideator id="huseyin.sonmez"/>
</release-item-contributor-list>
<p>Fix incorrect example for <br-option>repo-retention-full-type</br-option> option.</p>
</release-item>
</release-bug-list>
</release-doc-list>
</release>
<release date="2020-05-26" version="2.27" title="Expiration Improvements and Compression Drivers">
@ -8430,6 +8442,11 @@
<contributor-id type="github">jungle-boogie</contributor-id>
</contributor>
<contributor id="huseyin.sonmez">
<contributor-name-display>H&amp;ouml;seyin S&amp;ouml;nmez</contributor-name-display>
<contributor-id type="github">huseynsnmz</contributor-id>
</contributor>
<contributor id="keith.fiske">
<contributor-name-display>Keith Fiske</contributor-name-display>
<contributor-id type="github">keithf4</contributor-id>