Sane defaults for MongoDB on OSX?

前端 未结 3 753
野的像风
野的像风 2021-02-05 20:09

I installed MongoDB and have set it up like so:

DB path: /data/db

System-wide config file: /usr/local/mongodb/mongod.conf

launc

3条回答
  •  温柔的废话
    2021-02-05 21:00

    If you have already installed mongodb, like I did but have an older version simply run

    brew upgrade mongodb
    

    This should update your mongodb to the latest available package.

提交回复
热议问题