Page 1 of 1

Mongodb broken by todays updates

Posted: Mon Mar 07, 2011 2:44 pm
by xircon
What the hell is it? What does it do? I had noticed it occasionally failing to start before today, so am tempted to just remove it. What do people think?

Re: Mongodb broken by todays updates

Posted: Mon Mar 07, 2011 4:49 pm
by dawgdoc
I have not had any breakages, but I have not installed all of the most recent updates.

The description in Synaptic reads An object/document-oriented database (metapackage) It is not installed in my system. You could go to the package in Synaptic and check its properties for dependent packages to see if there is anything on your system that needs it.

Re: Mongodb broken by todays updates

Posted: Mon Mar 07, 2011 5:16 pm
by xircon
It depends on itself, (mongodb-server, mongodb-dev) it has always been on my install don't know why. If I try to uninstall it affects nothing else, so bye bye mongo :)

Re: Mongodb broken by todays updates

Posted: Mon Mar 07, 2011 5:39 pm
by dawgdoc
xircon wrote:It depends on itself, (mongodb-server, mongodb-dev)
In the Properties tab where you saw this, click the Dependencies drop down button and select Dependents to see what needs this package. Mongodb needs the two listed.

From it's wiki it looks like it is used by on-line databases:
Prominent users

* diaspora[56]
* Shutterfly[57]
* foursquare[58]
* Carbon Calculated[59]
* bit.ly[60]
* New York Times[61]
* SourceForge[62]
* Business Insider[63]
* Etsy[64]
* Eventbrite[64]
* LHC[65]
* Playtomic[66]
http://en.wikipedia.org/wiki/MongoDB#Prominent_users

Re: Mongodb broken by todays updates

Posted: Mon Mar 07, 2011 5:42 pm
by xircon
Doh, misread, just checked, dependants is blank.

Re: Mongodb broken by todays updates

Posted: Mon Mar 07, 2011 9:54 pm
by dawgdoc
xircon wrote:Doh, misread, just checked, dependants is blank.
xircon wrote: If I try to uninstall it affects nothing else, so bye bye mongo :)
Sounds safe unless you do something with managing documents in a Javascript type database like one of those above.