You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the 16-alpine image for a docker container. I am using alpine specifically because lz4 appears to be enabled during compilation of the docker image. However, when I connect to the docker container and write SQL that depends on lz4 I get this error:
ERROR: compression method lz4 not supported
DETAIL: This functionality requires the server to be built with lz4 support.
HINT: You need to rebuild PostgreSQL using --with-lz4.
SQL state: 0A000
However, in the dockerfile, LZ4 compression is enabled
Hello,
I am using the
16-alpine
image for a docker container. I am using alpine specifically becauselz4
appears to be enabled during compilation of the docker image. However, when I connect to the docker container and write SQL that depends onlz4
I get this error:However, in the dockerfile, LZ4 compression is enabled
postgres/16/alpine3.19/Dockerfile
Line 124 in ce5bf6e
Here is an example SQL query I am trying to run:
Is there some additional configuration I need to pass into the docker container?
Here is a snippet of the
docker-compose
I have also downgraded and tried with
15.5-alpine
.The text was updated successfully, but these errors were encountered: