MongoDB development release 1.1.2 is out

3 views
Skip to first unread message

Eliot Horowitz

unread,
Oct 16, 2009, 3:25:05 PM10/16/09
to mongod...@googlegroups.com
MongoDB 1.1.2 is out and ready for testing. It is the the 3rd release
in the 1.1.x development branch.

There are many new features and enhancements, so please let us know if
you have issues, as there could be problems.

Major Changes:
- mongoimport instead of mongoimportjson - supports csv and tsv
- new serverStatus command
- faster map/reduce
- mongofiles improvements
- numerous bug fixes
- log rotation if using --logpath via SIGUSR1

One important note is that there were some changes to replication.
When upgrade a master/slave system, the slave needs to be updated first.

Also, we decided to increase the number of releases in the 1.1.x
cycle, so some things that were in 1.1.2 got move to 1.1.3.
As always, http://jira.mongodb.org/ is the best place to see what
features made it.

Downloads: http://www.mongodb.org/display/DOCS/Downloads
JIRA Change Log: http://jira.mongodb.org/browse/SERVER/fixforversion/10031
Git Change Log: http://mongo-db.appspot.com/changelog/mongo/1.1.2

monkeyhelper

unread,
Oct 19, 2009, 10:00:37 AM10/19/09
to mongodb-user
On Oct 16, 8:25 pm, Eliot Horowitz <eliothorow...@gmail.com> wrote:
> MongoDB 1.1.2 is out and ready for testing.  It is the the 3rd release
> in the 1.1.x development branch.
>

I've created Ubuntu packages for this release for Hardy through to
Karmic in a Launchpad PPA :

https://launchpad.net/~rattlecentral/+archive/mongodb/+packages

Instructions for use (please check the implications of adding an
untrusted repository to your sources.list before doing this - you
could alternatively download the relevant package if you can sort out
the dependencies yourself) :

Let apt know about the ppa key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
E73ED15E

Edit /etc/apt/sources.list and add

deb http://ppa.launchpad.net/rattlecentral/mongodb/ubuntu
<UBUNTURELEASE> main
deb-src http://ppa.launchpad.net/rattlecentral/mongodb/ubuntu
<UBUNTURELEASE> main

where <UBUNTURELEASE> is one of hardy,intrepid,jaunty,karmic

Then :

sudo aptitude update && sudo aptitude install mongodb

It doesn't execute the --upgrade flag on install, so if you're coming
from an older release, then you'll need to do something like :

mongod --dbpath /var/lib/mongodb --upgrade
Reply all
Reply to author
Forward
0 new messages