hasbi.blogg.se

Brew install mongodb specific version
Brew install mongodb specific version






#Brew install mongodb specific version install#

It is possible to install mongodb 2.x and 3.x at the same time - you have to rename some files and folders and modify config and plist files though. I’ve also lost my database for 3.2, which appears to have been overwritten while installing 2.6. The configured storage engine is 'mmapv1'., terminating. Detected data files in /data/db created by storage engine 'wiredTiger'. usr/local/bin/mongotop -> /usr/local/Cellar/mongodb/3.2.10/bin/mongotopīut if I try to start mongod, by running /usr/local/Cellar/mongodb/3.2.10/bin/mongod I get the error T14:26:08.132+0000 exception in initAndListen: 28574 Cannot start server. usr/local/bin/mongostat -> /usr/local/Cellar/mongodb/3.2.10/bin/mongostat usr/local/bin/mongosniff -> /usr/local/Cellar/mongodb/3.2.10/bin/mongosniff usr/local/bin/mongos -> /usr/local/Cellar/mongodb/3.2.10/bin/mongos usr/local/bin/mongorestore -> /usr/local/Cellar/mongodb/3.2.10/bin/mongorestore usr/local/bin/mongoperf -> /usr/local/Cellar/mongodb/3.2.10/bin/mongoperf usr/local/bin/mongooplog -> /usr/local/Cellar/mongodb/3.2.10/bin/mongooplog usr/local/bin/mongoimport -> /usr/local/Cellar/mongodb/3.2.10/bin/mongoimport usr/local/bin/mongofiles -> /usr/local/Cellar/mongodb/3.2.10/bin/mongofiles usr/local/bin/mongoexport -> /usr/local/Cellar/mongodb/3.2.10/bin/mongoexport usr/local/bin/mongodump -> /usr/local/Cellar/mongodb/3.2.10/bin/mongodump usr/local/bin/mongod -> /usr/local/Cellar/mongodb/3.2.10/bin/mongod

brew install mongodb specific version

usr/local/bin/mongo -> /usr/local/Cellar/mongodb/3.2.10/bin/mongo usr/local/bin/bsondump -> /usr/local/Cellar/mongodb/3.2.10/bin/bsondump I used brew install homebrew/versions/mongodb26 and got some issues with conflicting files, which I could sort out later. Is it possible to install both mongodb 2.6 and 3.2 on the same Mac? I’ve been using mongodb 3.2 (Installed with homebrew) for a while but needed to install 2.6 to support an older project.






Brew install mongodb specific version