plugin: postgresql do testing with wal compress on#2408
Merged
BareosBot merged 4 commits intobareos:masterfrom Oct 31, 2025
Merged
Conversation
e7ad923 to
135cf42
Compare
135cf42 to
b02b3c0
Compare
b02b3c0 to
60982b8
Compare
Contributor
Author
|
Thanks a lot for the review and suggestion, I've rebased my branch with the last master changes, so I included your wording in. Ready for final review once rebuilded |
sebsura
reviewed
Oct 30, 2025
sebsura
reviewed
Oct 30, 2025
f4568dc to
9937c41
Compare
7 tasks
We added wal compression during incremental backup to prove support of this PG feature. "on" is used on PG_VERSION < 15 and "lz4" otherwise related issue bareos#2405 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
65e8f85 to
d6ce826
Compare
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We added wal compression during incremental backup so we prove
support of this PG feature.
"on" is used on PG_VERSION < 15 and "lz4" otherwise
related issue #2405
It might be interesting to backport the changes to 24, so systemtests will be easier to maintain.
Thank you for contributing to the Bareos Project!
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Source code quality
Tests