/tmp $ brew tap mongodb/brew Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from 22d908c85 to 871abe8b9. No changes to formulae. ==> Tapping mongodb/brew Cloning into '/usr/local/Homebrew/Library/Taps/mongodb/homebrew-brew'... remote: Enumerating objects: 46, done. remote: Counting objects: 100% (46/46), done. remote: Compressing objects: 100% (37/37), done. remote: Total 390 (delta 18), reused 19 (delta 9), pack-reused 344 Receiving objects: 100% (390/390), 81.13 KiB | 4.51 MiB/s, done. Resolving deltas: 100% (173/173), done. Tapped 10 formulae (37 files, 146KB). /tmp $ brew install mongodb-community@4.4 ==> Installing mongodb-community from mongodb/brew ==> Downloading https://fastdl.mongodb.org/tools/db/mongodb-database-tool Already downloaded: /Users/andrew.feierabend/Library/Caches/Homebrew/downloads/002cb6fdfe7881762c2b90e127cebec5618e9d01e22746aaa67a69bfbb2c9eff--mongodb-database-tools-macos-x86_64-100.1.1.zip ==> Downloading https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-4.4.0 Already downloaded: /Users/andrew.feierabend/Library/Caches/Homebrew/downloads/bc3baa1e200144436b811c4951ca047b06b784930e83dc66a4554bfa0d2a13e2--mongodb-macos-x86_64-4.4.0.tgz ==> Installing dependencies for mongodb/brew/mongodb-community: mongodb-database-tools ==> Installing mongodb/brew/mongodb-community dependency: mongodb-da 🍺 /usr/local/Cellar/mongodb-database-tools/100.1.1: 13 files, 172.9MB, built in 4 seconds ==> Installing mongodb/brew/mongodb-community ==> Caveats To have launchd start mongodb/brew/mongodb-community now and restart at login: brew services start mongodb/brew/mongodb-community Or, if you don't want/need a background service you can just run: mongod --config /usr/local/etc/mongod.conf ==> Summary 🍺 /usr/local/Cellar/mongodb-community/4.4.0: 11 files, 136.7MB, built in 3 seconds ==> Caveats ==> mongodb-community To have launchd start mongodb/brew/mongodb-community now and restart at login: brew services start mongodb/brew/mongodb-community Or, if you don't want/need a background service you can just run: mongod --config /usr/local/etc/mongod.conf /tmp $ which mongod /usr/local/bin/mongod /tmp $ ls -l `which mongod` lrwxr-xr-x 1 andrew.feierabend admin 44 Sep 16 18:33 /usr/local/bin/mongod -> ../Cellar/mongodb-community/4.4.0/bin/mongod /tmp $ which mongoimport /usr/local/bin/mongoimport /tmp $ ls -l `which mongoimport` lrwxr-xr-x 1 andrew.feierabend admin 56 Sep 16 18:33 /usr/local/bin/mongoimport -> ../Cellar/mongodb-database-tools/100.1.1/bin/mongoimport /tmp $ /tmp $ /tmp $ /tmp $ /tmp $ /tmp $ brew uninstall mongodb-community@4.2 Error: No installed keg or cask with the name "mongodb-community@4.2" /tmp $ brew uninstall mongodb-community@4.4 Uninstalling /usr/local/Cellar/mongodb-community/4.4.0... (11 files, 136.7MB) /tmp $ which mongod /tmp $ which mongoimport /usr/local/bin/mongoimport /tmp $ ls -l `which mongoimport` lrwxr-xr-x 1 andrew.feierabend admin 56 Sep 16 18:33 /usr/local/bin/mongoimport -> ../Cellar/mongodb-database-tools/100.1.1/bin/mongoimport /tmp $ brew deps mongodb-community@4.4 mongodb-database-tools /tmp $ brew untap mongodb/brew Untapping mongodb/brew... Untapped 10 formulae (38 files, 147.3KB). /tmp $ brew deps mongodb-community@4.4 Error: No available formula or cask with the name "mongodb-community@4.4" /tmp $ which mongoimport /usr/local/bin/mongoimport /tmp $ ls -l `which mongoimport` lrwxr-xr-x 1 andrew.feierabend admin 56 Sep 16 18:33 /usr/local/bin/mongoimport -> ../Cellar/mongodb-database-tools/100.1.1/bin/mongoimport