docker-library/docs

ERROR: pglogical is not in shared_preload_libraries

jcalfee opened this issue · 1 comments

This installs fine:

FROM postgres:15.2-bullseye
RUN apt update && apt install -y postgresql-15-pglogical

The library appears to be in the correct location inside of the container:

# pg_config --sharedir
/usr/share/postgresql/15

# ls /usr/share/postgresql/15/extension/pglogical.control 
/usr/share/postgresql/15/extension/pglogical.control

But I run into an error:

postgres=# CREATE EXTENSION pglogical;
ERROR:  pglogical is not in shared_preload_libraries
tianon commented

Unfortunately, we do not have the bandwidth to provide in-depth integration/deployment/environment debugging or support here; these sorts of questions/requests would be more appropriately posted to a dedicated support forum, such as the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow.