Releases: gcollazo/mongodbapp
Releases · gcollazo/mongodbapp
MongoDB.app 3.0.2
- Updates MongoDB to version 3.0.2 - Release Notes | Changelog
MongoDB.app 3.0.1
- Updates MongoDB to version 3.0.1 - Release notes | Changelog
- Now the server starts automatically when you launch the app and stops when you quit.
- New icon
- New interface
Sync Versions
This is just an artificial version change to sync MongoDB.app version with the MongoDB project. I hope this will make things clearer for users. 😸
MongoDB version: 3.0.0
MongoDB.app 2.0.0 with MongoDB 3.0.0
This version updates MongoDB v3.0.0
1.2.0
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
First public release for testing
1.0.1 Fix readme