mongo - couldn't connect to server 127.0.0.1:27017

后端 未结 30 2325
故里飘歌
故里飘歌 2020-11-27 09:43

I am coming from riak and redis where I never had an issue with this services starting, or to interact.

This is a pervasive problem with mongo and am rather clueless

30条回答
  •  清酒与你
    2020-11-27 10:27

    The cause by me was the space - run this in the console:

    df -h
    

    or more specifically:

    du -hs /var/lib/mongodb/ 
    

    to check he disk usage. If it's ~ 99% - just clean up some space and try again!

提交回复
热议问题