[09:32:47] <ronaldl93> I'm currently doing a "first": {"$first": "$time"}, "last": {"$last": "$time"}, aggregation. Any idea how to limit that last time to like 60 minutes?
[09:40:04] <ronaldl93> now just need to add 60 minutes
[13:22:28] <Kelsar> Hi, is there any harm using a newer mongodump version then the server is?
[14:27:03] <budric> hi, I have a replicaset node that crashed and was building an index. Now it will not come up and bind to allow tcp connections until index finishes - i have no way of connecting and attempting to killOp. Is there any way to cancel index build? I've tried following https://scalegrid.io/blog/how-to-stop-a-runaway-index-build-in-mongodb/
[14:43:29] <edrocks> anyone have issues with mms backup agent after upgrading mongodb to 4.0?
[16:00:37] <guardian> is possible to write a query that would do something like: db.collection.updateMany({}, {$set: {"timestamp": "$_id.getTimestamp()"}}) ?
[16:01:08] <guardian> without writing a loop in the host language
[16:01:26] <guardian> and as many update operations as the number of documents in a collection