PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 5th of April, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[03:17:54] <yolan> Hello
[03:19:02] <yolan> I understand this error, that say that I have a duplicate key on the name_1 index, but I don't understand where this field comes from
[03:19:03] <yolan> "errmsg": "E11000 duplicate key error collection: do-not-eat-here.items index: ingredients.ingredientsSchema.name_1 dup key: { : null }"
[03:19:03] <yolan> }
[03:19:19] <yolan> https://gist.github.com/Y0lan/37eb9470a204453d49f7d66a278a6d50
[03:19:42] <yolan> and how can I fix it? It's the second time that I have this problem
[10:58:42] <yolan> Hello
[10:59:01] <yolan> https://gist.github.com/Y0lan/d37b5c90b3b4439e226c31523b436c17
[10:59:20] <yolan> I have this schema, but I still can make two ingredients with the same name ?
[22:03:49] <Cmaj6> (newb to NoSQL / Document NoSQL db): If a RDBMS stores data as records in tables, and a document type nosql such as mongodb stores data as json in documents, hów do i actually interpret such documents? Like literally files in a filesystem?
[22:22:41] <f3r70rr35f> hi!