-
Notifications
You must be signed in to change notification settings - Fork 407
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
Comments
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 |
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 |
and it was disabled in 2018: wal-g/wal-g@a27a2a9 |
Aah that is unfortunate, we'll go run Brotli in the mean time. |
#986 will fix that 😄 |
Gives the error:
failed to configure compression: Unknown compression method, supported methods are: [lz4 lzma brotli]
when trying to set
WALG_COMPRESSION_METHOD
tozstd
. 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?The text was updated successfully, but these errors were encountered: