PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Monday the 29th of July, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[15:03:22] <powerninja> hi getting the folliwng errs: could not find host matching read preference { mode: "primary" } for set rs0
[15:03:35] <powerninja> Do you know how I can set the primary rs0? Thanks
[18:14:42] <sperry> I'm trying to specify my own _id during the insert but it's being ignored and just generating its own. Are there any requirements around it or just that its unique?
[18:15:04] <sperry> collection.insert({ _id: 'test', name: 'Bob'});
[18:15:20] <sperry> doesn't use 'test' for the _id though