Skip to content

Instantly share code, notes, and snippets.

@marocchino
Created February 23, 2012 02:04
Show Gist options
  • Save marocchino/1889192 to your computer and use it in GitHub Desktop.
Save marocchino/1889192 to your computer and use it in GitHub Desktop.
upgrade mongodb
launchctl unload -w ~/Library/LaunchAgents/org.mongodb.mongod.plist
cp /usr/local/Cellar/mongodb/2.0.2-x86_64/org.mongodb.mongod.plist ~/Library/LaunchAgents/org.mongodb.mongod.plist
launchctl load -w ~/Library/LaunchAgents/org.mongodb.mongod.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment