[01:12:45] <godzirra> If I have a lastModified date like so: " ISODate("2015-11-10T02:27:34.756Z"), how come this doesn't return it? db.users.find({ lastModified: {$gte: new Date(2015, 11, 01)} },{lastModified: true})
[01:44:55] <godzirra> If I have a lastModified date like so inside a record as lastModified: ISODate("2015-11-10T02:27:34.756Z"), how come this doesn't return it? db.users.find({ lastModified: {$gte: new Date(2015, 11, 01)} },{lastModified: true})
[03:12:53] <godzirra> Can anyone please take a look at this error and tell me what's going on? https://gist.github.com/slooker/513542dc2e801d85a5e3
[03:13:09] <godzirra> FOr some reason my mongo command won't work via a shell script, but if I cut and paste it, it works fine
[03:35:01] <godzirra> So line 5 is the output of what line 2 spits out to the shell
[03:35:09] <godzirra> if I cut and paste that line (minu s the ## of course) it works fine
[03:35:26] <godzirra> it's the same command being executed in the shell, but if I cut and paste the output of the echo it works. Does my explanation make sense?
[04:45:48] <Doyle> I could swear I remember mongoperf ending at some point... but maybe it just goes on forever
[04:47:39] <Doyle> Runs in trollmode by default. Use --notroll to enable end phase.
[05:22:02] <brallan> Hello. I am having problems starting MongoDB process. More details here -> https://paste.fedoraproject.org/290385/47469916/
[05:22:15] <brallan> This is what I get when execute mongod -> https://paste.fedoraproject.org/290387/70176144/
[05:32:31] <Doyle> Here's a good bit of performance info for you folks. 1x 2000GB GP2 EBS volume at 6000IPOPS on a 6000IOPs instance maxes at about 22MB/s, 6000IOPS, while 4x500GB GP2 EBS volumes at 6000IOPS(sum) on the same instnace type hits 47MB/s, 12000 IOPS according to mongoperf.
[08:57:52] <Lope> my mongodb journal grew to the point where it filled my VM's disk and then my app went down, and there was no space for my logs either. How can I auto-truncate the mongodb journal to a certain age, like 5 days or whatever?
[10:36:05] <Lope> Is there any good command to run after a crash? to verify the mongoDB data?
[11:13:03] <JoshK_> Hello - is there any way I can downgrade the pdfile version to 4.22 from 4.5?
[12:25:45] <Rafibd01717> I am using Ubuntu 14.04LTS and terminal to use mongodb
[12:25:58] <Rafibd01717> I use sudo service mongod start to start mongodb server
[12:26:15] <Rafibd01717> I just want to know how can I start a server with authentication enabled
[12:37:31] <Rafibd01717> <Rafibd01717> I am using Ubuntu 14.04LTS and terminal to use mongodb [18:21] <Rafibd01717> I use sudo service mongod start to start mongodb server [18:21] == ciwolsey [~ciwolsey@cpc6-donc11-2-0-cust230.17-1.cable.virginm.net] has joined #mongodb [18:21] <Rafibd01717> I just want to know how can I start a server with authentication enabled
[12:51:13] <Rafibd01717> sorry your help wasnt enough for a newbie
[12:51:53] <bendem> the best way to stop being a newbie is to read the doc, so stop wasting your time and do that.
[12:52:26] <bendem> the google search I gave you gives your everything you need in the first 2 links
[12:54:28] <Rafibd01717> bendem: look reading doc is not a problem but being a newbie when you don't have any clue and you are prompted to go through a thousands page doc you are surely not getting what you are looking for
[12:57:26] <bendem> this is the internet, not school
[12:57:53] <Rafibd01717> then you dont need to explain me anything
[12:58:05] <Rafibd01717> just be quite and oil you own machine
[12:58:21] <Rafibd01717> unfotunately internet is full of stupids nowadays
[12:58:33] <Rafibd01717> the good thing is there are some good persons yet now
[12:59:14] <jamiel> Does anyone know if WiredTiger maps/compresses field names removing the space advantage of using small field names on large datasets?
[14:46:53] <basiclaser> I’m confused about how I should be connecting to a database. In my project I successfully communicate with my auth-database, which relies on passport and passport-local to connect. However, i would like to make a second database which just prints a public list of information.
[14:50:10] <basiclaser> the passport/mongoose code I have automatically generates an ‘accounts’ database(sub-database?collection?) within my running database(database-server?). I think the part I’m missing with public list database/collection is how to specify to my expressJS server which sub-database to look in to find the content ( here represented by ‘test’)
[21:55:32] <d-snp> what's mongodb doing when it takes a long time to exit? is there some way I could see how much longer it's going to take?
[21:59:07] <d-snp> it's been unresponsive since almost an hour now
[22:08:01] <arunbabu> I need to list all the employees in employees_collection whose deptid field is present in selected_depts_collection. Pointers on what to search for?
[22:25:00] <d-snp> hm there's an exception in the logs..