1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Allow verification of a specified backup.

Add support for the verify command --set option. This (internal) option was already accepted without errors but was not implemented.

The default behavior for verify is to check all the backups present. With the --set option only the specified backup will be verified. If the specified backup label is not valid an error is added to the result and verification is skipped. In addition, only WAL required to make the specified backup consistent will be verified.
This commit is contained in:
Maxim Michkov
2025-03-26 17:44:29 +03:00
committed by GitHub
parent 945c7d1eb6
commit e4def8845e
6 changed files with 592 additions and 18 deletions

View File

@@ -65,6 +65,17 @@
<p>Verify recovery target timeline.</p>
</release-item>
<release-item>
<github-pull-request id="2544"/>
<release-item-contributor-list>
<release-item-contributor id="maxim.michkov"/>
<release-item-reviewer id="david.steele"/>
</release-item-contributor-list>
<p>Allow verification of a specified backup.</p>
</release-item>
<release-item>
<commit subject="Add support for S3 requester pays.">
<github-pull-request id="2560"/>

View File

@@ -760,6 +760,11 @@
<contributor-id type="github">mtkunkel</contributor-id>
</contributor>
<contributor id="maxim.michkov">
<contributor-name-display>Maxim Michkov</contributor-name-display>
<contributor-id type="github">silent-observer</contributor-id>
</contributor>
<contributor id="mibiio">
<contributor-name-display>mibiio</contributor-name-display>
<contributor-id type="github">mibiio</contributor-id>