-
Notifications
You must be signed in to change notification settings - Fork 21
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
Create extension fails #17
Comments
This is the output of pg_config
|
I tried with postgres 11.4 and got the same results. |
In my case the issue was quite simple. Although I created everything manually in a docker bash session.. it was missing from the docker image where the DB was actually running. When I go to CREATE EXTENSION, postgres can't find any of the files. If you're setting it up in docker, this might help someone. You need to add this to the DockerFile for the DB.
|
@edmenendez Many thanks for sharing this! |
Using Docker image postgres:10.8. I install it this way.
installcheck fails because it's trying to connect using sockets. This is probably OK? However, when I psql to the server and try to create the extension I get this:
When I search the file, this is where I find it
The text was updated successfully, but these errors were encountered: