Skip to content

1.2.0

Compare
Choose a tag to compare
@gcollazo gcollazo released this 20 Jan 03:43
· 134 commits to master since this release

MongoDB.app 1.2.0 with MongoDB 2.6.7

In this version the build outputs a better organized .app package. Now all the MongoDB binaries are all in the same predictable directory.

If you need to add the MongoDB binaries to your path you can do so by adding the following to your ~/.bash_profile.

# Add MongoDB.app binaries to path
PATH="/Applications/MongoDB.app/Contents/Resources/Vendor/mongodb:$PATH"

The included binaries are:

  • bsondump
  • mongo
  • mongod
  • mongodump
  • mongoexport
  • mongofiles
  • mongoimport
  • mongooplog
  • mongoperf
  • mongorestore
  • mongos
  • mongosniff
  • mongostat
  • mongotop