Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samuelgoldenbaum/44480d5b85df95586e214bfac2ffb495 to your computer and use it in GitHub Desktop.
Save samuelgoldenbaum/44480d5b85df95586e214bfac2ffb495 to your computer and use it in GitHub Desktop.
Updating MongoDB with Homebrew
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