Skip to content

fix: allow zstd compression for base backups - #306

Open
roib20 wants to merge 2 commits into
cloudnative-pg:mainfrom
roib20:fix/zstd-data-backups
Open

roib20 wants to merge 2 commits into
cloudnative-pg:mainfrom
roib20:fix/zstd-data-backups

Conversation

@roib20

@roib20 roib20 commented Sep 16, 2026

Copy link
Copy Markdown

fix: allow zstd compression for base backups

Summary

Barman 3.20.0 added --zstd to barman-cloud-backup (EnterpriseDB/barman@0aa2070). Put zstd back in the DataBackupConfiguration Enum; it was removed in #89 when no base-backup tool accepted it.

Related Issues

Closes #305

Disclosures

Alphabetize compression algorithms in the comments for
`DataBackupConfiguration` and `WalBackupConfiguration`.
This keeps the order consistent with the Enums below
the comments.

Signed-off-by: roib20 <66280613+roib20@users.noreply.github.com>
Barman 3.20.0 added `--zstd` to barman-cloud-backup
(EnterpriseDB/barman@0aa2070). Put `zstd` back in the
`DataBackupConfiguration` Enum; it was removed in cloudnative-pg#89 when no
base-backup tool accepted it.

Closes cloudnative-pg#305

Signed-off-by: roib20 <66280613+roib20@users.noreply.github.com>
@roib20
roib20 requested a review from a team as a code owner September 16, 2026 22:00
@roib20

roib20 commented Sep 16, 2026

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add zstd back to DataBackupConfiguration compression enum

1 participant