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
Hi
I'm running mongorestore command to restore dump at the mongo container start using script in docker-entrypoint.sh folder, and it works perfectly in 4.4.2 version.
But I have an error in 4.4.3:
mongodb | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/restore.sh
mongodb | 2021-01-14T10:23:09.796+0000 error connecting to host: could not connect to server: server selection error: server selection timeout, current topology: { Type: Single, Servers: [{ Addr: localhost:27017, Type: Unknown, State: Connected, Average RTT: 0, Last error: connection() : dial tcp 127.0.0.1:27017: connect: connection refused }, ] }
mongodb exited with code 1
Hi
I'm running mongorestore command to restore dump at the mongo container start using script in docker-entrypoint.sh folder, and it works perfectly in 4.4.2 version.
But I have an error in 4.4.3:
docker-compose.yml
db/Dockerfile
db/restore.sh
The text was updated successfully, but these errors were encountered: