-
Notifications
You must be signed in to change notification settings - Fork 70
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
Connection Error #146
Comments
Thanks @krisnamourt for reporting an issue. The Mongo fdw supports Postgres 13.
Also, check if MongoDB is running on mentioned address(172.17.0.1) as well. Kindly, make sure bindIp in mongod.conf is correctly added. Please let us know the version of MongoDB server. |
Ok, I'm trying to access another container in my manchine I was able to access this mongodb from the shell but not from the postgres |
I am not able to build the image in the above mentioned DockerFile and getting the following error
can you please check if any thing is missing in the Dockerfile commands.
|
Hi man, I made some Dockerfile version the last one build ok to me, but there's this other version too
Also build successfully, same erro when I try to configure mongo_fdw |
Hey man, using a docker-compose I was able to get an error message
I have to chance the ecnrypt key? |
Well, I don't know why but if I use another user different from super user works. |
I'm trying to build a docker image with this data wrapper
Everythins goes fine, and I also able to create the extension, the foreign server and table but when I try to query I got this error
Hint: Mongo error: "Authentication failed."
I'm trying to access another docker container locally
docker run --rm --name some-mongo -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=mongoadmin -e MONGO_INITDB_ROOT_PASSWORD=secret -d mongo:3.0.15
I tryed by IP 172.17.0.1 and got the
Authentication failed
When I tried localhost I got
Hint: Mongo error: "No suitable servers found (
serverSelectionTryOnceset): [connection refused calling ismaster on 'localhost:27017']"
and when I tried
mongodb+srv://172.17.0.1
I got a new errorHint: Mongo driver connection error.
I don't know if I missed some configuration or not or if postgres 13 has no support
The text was updated successfully, but these errors were encountered: