Mongodb-community 错误 homebrew.mxcl.mongodb-community.plist

Nkh*_*lid 12 homebrew mongodb

我在运行时遇到了这个错误brew services start mongodb-community

mongodb-community error   root /Library/LaunchDaemons/homebrew.mxcl.mongodb-community.plist
Run Code Online (Sandbox Code Playgroud)

我尝试重新安装 homebrew、mongodb 和许多其他解决方案,但没有任何效果。任何帮助将不胜感激,谢谢!

Nkh*_*lid 14

你好,sudo brew services start mongodb-community停止 mongodb 后运行修复了它。


Jon*_*ill 7

我遇到过同样的问题。最后发现错误,/usr/local/var/log/mongodb/mongo.log表明我的数据库文件/usr/local/var/mongodb对于这个版本的 mongodb(版本 4.4)来说太旧了(版本 4.2)。由于我不需要这些文件,所以我删除了它们,并且 mongodb 启动正常。阅读你的日志,他们会告诉你出了什么问题。