PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 16th of April, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[09:41:10] <michagogo> o/
[09:41:20] <michagogo> (Why does alis not find this channel?)
[09:42:14] <michagogo> In a compound index, do I need to query the collection in the right order? Or can I reverse it?
[09:43:08] <michagogo> i.e. if I have an index on field1 and field2, will a query on {field2:foo,field1:bar} use that index?
[09:43:33] <michagogo> Or if I have code that uses them in both orders will I need to create 2 indexes, one for each order?
[13:25:30] <wathek> hi everybody
[20:34:08] <h4v3st> Hey guys, I am having some issues to get my mongodb started up in a docker container. All I am doing is pulling mongo image from the repo and I have defined the MONGO_INITDB_ROOT_USERNAME and MONGO_INITDB_ROOT_PASSWORD in the docker-compose.yml.
[20:35:19] <h4v3st> However, I am getting the following message: 2019-04-16T14:05:39.505+0000 I ACCESS [conn1] SCRAM-SHA-1 authentication failed for yy on xx from client x.x.x.x:56960 ; UserNotFound: Could not find user xx@yy
[20:37:23] <h4v3st> Any ideas?