pgroonga/docker

pgroonga not installed after building from Dockerfile

Closed this issue · 5 comments

I tried both debian and alpine images and both proceeded without errors.
However, when I enter psql and type \dx, pgroonga is not installed.

kou commented

You need to execute CREATE EXTENSION pgroonga.

It returns error ERROR: could not load library "/usr/lib/postgresql/16/lib/pgroonga.so": libarrow.so.1600: cannot open shared object file: No such file or directory

kou commented

Ah, it's caused by apache/arrow#41679 .
We can avoid this by rebuilding Groonga packages or using libarrow1600=16.0.0-1 explicitly in our Dockerfile.

kou commented

Could you use a bit old images or Alpine based images for now?

kou commented

I think that it works now.