Failed to set up sockets during startup. dbexit: rc: 48 error in mongodb

后端 未结 3 1382
青春惊慌失措
青春惊慌失措 2021-01-12 17:42

I updated mongo to version 3.2 now I am getting this error. Earlier I was not getting error. Only after updating mongo I am getting this error. I even tried to stop and star

3条回答
  •  北恋
    北恋 (楼主)
    2021-01-12 18:34

    check if db in running, run:

    ps aux | grep mongo
    

    locate the db (ex. here is 77071) and kill it, run:

    kill -9 77071
    

提交回复
热议问题