mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Fix archive retention expiring too aggressively.
The problem expressed when repo1-archive-retention-type was set to diff. In this case repo1-archive-retention ended up being effectively equal to one, which meant PITR recovery was only possible from the last backup. WAL required for consistency was still preserved for all backups.
This issue is not present in the C migration committed at 434cd832
, which was written before this bug was reported. Even so, we wanted to note this issue in the release notes in case any other users have been affected.
Fixed by Cynthia Shang.
Reported by Mohamad El-Rifai.
This commit is contained in:
parent
a7d64bab7a
commit
62715ebf2d
@ -14,6 +14,17 @@
|
||||
<release-list>
|
||||
<release date="XXXX-XX-XX" version="2.15dev" title="UNDER DEVELOPMENT">
|
||||
<release-core-list>
|
||||
<release-bug-list>
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-ideator id="mohamad.el.rifai"/>
|
||||
<release-item-contributor id="cynthia.shang"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Fix archive retention expiring too aggressively.</p>
|
||||
</release-item>
|
||||
</release-bug-list>
|
||||
|
||||
<release-improvement-list>
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
@ -7352,6 +7363,11 @@
|
||||
<contributor-id type="github">M1hacka</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="mohamad.el.rifai">
|
||||
<contributor-name-display>Mohamad El-Rifai</contributor-name-display>
|
||||
<contributor-id type="github">melrifa1</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="navid.golpayegani">
|
||||
<contributor-name-display>Navid Golpayegani</contributor-name-display>
|
||||
<contributor-id type="github">golpa</contributor-id>
|
||||
|
Loading…
Reference in New Issue
Block a user