Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAL-G Zstd compression seems to be unavailable #808

Closed
EraYaN opened this issue Nov 28, 2022 · 6 comments
Closed

WAL-G Zstd compression seems to be unavailable #808

EraYaN opened this issue Nov 28, 2022 · 6 comments

Comments

@EraYaN
Copy link

EraYaN commented Nov 28, 2022

Gives the error:

failed to configure compression: Unknown compression method, supported methods are: [lz4 lzma brotli]

when trying to set WALG_COMPRESSION_METHOD to zstd. The WAL-G project still seems to ship zstd, they even moved to a full Go implementation about a week ago, is there a reason the spilo image does not ship it?

@hughcapet
Copy link
Member

As far as I understand, zstd compression is not yet included into any WAL-G release. Spilo uses the latest release version, not the current state of WAL-G project's master branch

@EraYaN
Copy link
Author

EraYaN commented Nov 28, 2022

Aah I assumed it would have shipped already since the code in WAL-G is from 2018 and the latest release was much more recent. Like this is the original PR: wal-g/wal-g#99

@hughcapet
Copy link
Member

and it was disabled in 2018: wal-g/wal-g@a27a2a9
returned only recently: wal-g/wal-g@25616a7

@EraYaN
Copy link
Author

EraYaN commented Nov 29, 2022

Aah that is unfortunate, we'll go run Brotli in the mean time.

@EraYaN EraYaN closed this as completed Nov 29, 2022
@gabrielmocan
Copy link

#986 will fix that 😄

@gabrielmocan
Copy link

@EraYaN I can confirm zstd is now working after #986

Cheers!

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

No branches or pull requests

3 participants