Skip to content

fix: add lz4 compression support for base backups#868

Merged
mnencia merged 3 commits intomainfrom
dev/867
Apr 21, 2026
Merged

fix: add lz4 compression support for base backups#868
mnencia merged 3 commits intomainfrom
dev/867

Conversation

@mnencia
Copy link
Copy Markdown
Member

@mnencia mnencia commented Apr 21, 2026

Upgrade barman-cloud library to v0.5.1 which includes lz4 support for
base backups. Update CRD schema and manifest to expose lz4 as a valid
compression option, and clarify docs that lz4 is no longer WAL-only.

Closes #867

@mnencia mnencia changed the title feat: allow lz4 compression for base backups fix: allow lz4 compression for base backups Apr 21, 2026
@mnencia mnencia force-pushed the dev/867 branch 2 times, most recently from 2e3d02a to 2b9dcc2 Compare April 21, 2026 11:44
Pick up the DataBackupConfiguration enum change from
cloudnative-pg/barman-cloud#216, regenerate the CRD and
manifest, and drop the "(WAL only)" marker from lz4 in the
compression docs.

Closes #867

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@gmail.com>
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@gmail.com>
@leonardoce leonardoce marked this pull request as ready for review April 21, 2026 13:32
@leonardoce leonardoce requested a review from a team as a code owner April 21, 2026 13:32
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working go Pull requests that update go code labels Apr 21, 2026
@leonardoce leonardoce changed the title fix: allow lz4 compression for base backups fix add lz4 compression support for base backups Apr 21, 2026
@leonardoce leonardoce changed the title fix add lz4 compression support for base backups fix: add lz4 compression support for base backups Apr 21, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 21, 2026
@mnencia mnencia merged commit e30154b into main Apr 21, 2026
8 checks passed
@mnencia mnencia deleted the dev/867 branch April 21, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working go Pull requests that update go code lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compression docs mark lz4 as WAL only, but barman 3.18 supports it for base backups

3 participants