[01:57:43] <buttermelted> first time trying to setup a database
[01:58:36] <buttermelted> i've got mongodb 2.4 and the node.js application wants to connect to it. is this valid? config.mongoConnectionString = 'localhost/data/db/';
[10:30:15] <Rashad> I have the following collection: http://hastebin.com/erinufogip.js
[10:30:42] <Rashad> I want to get all the messages that has "read" = false.
[14:35:44] <ren0v0> hi, i'm installing mongo 3.0.8 as per official docs, but i'm unable to start it? It seems to install fine apart from this error "invoke-rc.d: unknown initscript, /etc/init.d/mongod not found"
[14:35:58] <ren0v0> and then i can't start with "service mongod start"
[14:38:19] <ren0v0> where are init scripts support to be ?
[19:30:57] <MacWinner> if I have a 3.0 3-node replica set using mmap storage, what is the high level best way to get to 3.2 with wired tiger? ANy gotchas or guides?
[19:35:02] <cheeser> a rolling upgrade: add a secondary using WT, let the sync finish. move on to the next.
[19:35:38] <cheeser> removing the old secondaries of course, or just bringing up new nodes in their places.