PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 14th of February, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[20:04:50] <Zta77> Is this how I create a collection with an index? I have this method called from the constructor of my repository: https://pastebin.com/atm00mmd
[20:10:12] <Zta77> Ah, createIndex() is na idempotent operation, so I can move it outside the check. That helps.
[22:58:15] <concatime> Hi folks. Using the latest mongodb + node-mongodb-native, I’m not able to connect with ipv6 when I enable `useUnifiedTopology`.
[22:58:25] <concatime> Is there smthg I’m missing?
[22:58:43] <concatime> Tested on `::1`
[22:59:47] <concatime> `mongod --ipv6 --bind_ip=::1` + MongoClient.connect('mongodb://[::1]', {useUnifiedTopology: true})