stefanprodan / mongo-swarm

Bootstrapping MongoDB sharded clusters on Docker Swarm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongorestore issue

umardraz opened this issue · comments

Hello

I have launched a client instance
docker run --network mongos -it mongo:3.4 mongo mongos1:27017

and from there I am trying to restore one of my database but mongorestore is not working and giving me this error

2018-02-07T16:07:53.369+0000 Failed: error connecting to db server: no reachable servers

would you please tell me how I can restore database in mongo swarm