[05:21:39] <devdvd> Hi All, Have a quick question about mongo in relation to arbiters. If you have 2 arbiters in a replset, and one goes down, the other just takes over right? Also, as verification, if the server you expect to be primary is listed as primary then everything should be good right?
[05:21:53] <devdvd> thats 2 questions sorry, it was 1 in my head
[05:48:50] <whomp> i moved my mongo db dir from /var/... to ~/mongodb, but when i start mongodb with the new location, it tells me "Starting database: mongod failed!"
[10:22:15] <yaddaallover> Folks i'm following along the M101J course in the MongoDB University. When I'm attempting the MAVEN install I hit a BUILD FAILURE and hope someone might be able to assist me fix. http://pastebin.com/jK9gQJAQ
[14:10:04] <Ephexeve> Hey guys, anyone knows how can I insert only is doesn't exist in mongoengine?
[14:37:36] <cheeser> alternately, you could impose a unique constraint on some field and just try the insert and ignore the duplicate key exception
[15:35:57] <G1eb> hiya, quick question on aggregation pipeline, there are some fields I don't match or group on but would like having in the result set
[15:36:16] <G1eb> however if I just add them to the group stage I get this: "exception: the group aggregate field 'source' must be defined as an expression inside an object",
[15:37:50] <G1eb> I can use $concat with an empty string but thats just a workaround, is there something obvious I'm missing here?
[16:42:08] <Reflow> how come when i du db.collection.runCommand("text", { search : "something here" }) it brings every thing in the collection with something
[21:13:40] <cheeser> well, i'm not a js guy but i'll do my best. what's the problem?
[21:13:44] <geardev> the promisifying bit came from http://stackoverflow.com/questions/23771853/how-can-i-promisify-the-mongodb-native-javascript-driver-using-bluebird
[21:14:06] <geardev> this is the error: https://pastee.org/553mc
[21:14:10] <cheeser> ah, yeah i'm gonna be useless on that, i'm afraid.
[21:14:44] <geardev> I believe it has something to do with toArray within scores.coffee not retuning a promise
[21:24:21] <dman777_alter> starting mongodb in shell with mongoose. Shouldn't the db.modelSchemas be showing my schemas that I made?
[21:24:59] <dman777_alter> also shows models to be empty