Created
November 22, 2019 17:36
-
-
Save samuelgoldenbaum/44480d5b85df95586e214bfac2ffb495 to your computer and use it in GitHub Desktop.
Updating MongoDB with Homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew services stop mongodb | |
brew uninstall mongodb | |
brew tap mongodb/brew | |
brew install mongodb-community | |
brew services start mongodb-community |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment