[00:08:15] <cheeser> deanclkclk: so you have 1 of 3 members up. that's not a majority so you can't have a primary.
[00:08:17] <sahilsk> cheeser: google says my logs are Fine.. am i missing any step? I installed mms on my already running standalore replica set ( i converted my standalone to replica set because backup agent works only on replica set)
[00:08:54] <cheeser> sahilsk: i'm not sure how i'm supposed to know if you're missing anything. are you seeing a problem? or just not understanding what you're seeing?
[00:10:19] <sahilsk> let me give you screenshot of my UI. I hope it'll help cheeser
[13:40:07] <Siamaster> So I unwind a collection and get a result like this http://pastebin.com/SyaL0Ktf
[13:41:13] <Siamaster> How can I then group it so that I get accountId, deviceId, contactId, (and the operation value of the latest date)
[13:43:30] <Siamaster> so for that resultset i would get following: "_id" : ObjectId("550424ef2f44472856286d56"), "accountId" : "123", "deviceId" : "123", "contactId": "1", "operation" : 2 and "_id" : ObjectId("550424ef2f44472856286d56"), "accountId" : "123", "deviceId" : "123", "contactId": "2", "operation" : 1
[13:43:55] <Siamaster> because the latest operation on contactId 1 was 2 and the latest operation on contactId 2 was 1
[14:01:15] <willwh> hi guys :) I'm upgrading from 2.0.6 to 3.x
[14:01:25] <willwh> Index { v: 1, key: { text: "text" }, ns: "lubot.lubot_logs", name: "text_text" } claims to be of type 'text', which is either invalid or did not exist before v2.4. See the upgrade section: http://dochub.mongodb.org/core/upgrade-2.4
[14:01:45] <willwh> I've run through the upgrade, and I am not sure what is up above ^
[22:27:27] <oznt> hi everyone, should I worry if i see "[rsHealthPoll] replset info data4:27018 thinks we are down" in my logs ? data4 is an arbiter node
[22:50:02] <asherawelan> Im looking for some terminology here to be able to be well on the way to googling something…
[22:51:19] <asherawelan> So I want to sum some stuff my day/month year - do I need to prepare a bunch of queries to do that one by one, or is there someway of walking that and returning a set of days….
[23:05:52] <pedronasser> so, there is a better way to run MongoDB 3 + Wiredtiger using Docker than https://gist.github.com/pedronasser/acaeeda748ec82e92fd1 ??