[08:35:19] <Haris> I'm trying to install 3.6.x on ubuntu 16. I'm getting msg for pkgs being un-authenticated. I thought importing the gpg key would do it. but its still repeating the same msg
[08:35:40] <Haris> WARNING: The following packages cannot be authenticated!
[08:38:42] <Derick> Haris: https://docs.mongodb.com/master/tutorial/install-mongodb-on-debian/#import-the-public-key-used-by-the-package-management-system << there it says which one to use
[08:39:00] <Haris> there it says to use the one for 3.2. I want the key for 3.6
[08:39:20] <Haris> ah, this is separte/different page
[08:39:32] <Haris> tried this also. still get same msg
[08:52:55] <Derick> anyway, the right doc page is: https://docs.mongodb.com/master/tutorial/install-mongodb-on-ubuntu/ if you want to refer to it again
[10:42:37] <fcanela> Hello. I am having a little problem with mongo official image. I am unable to set up default user and password
[10:42:49] <fcanela> StackOverflow, entrypoint script and everything says that I should be using MONGO_INITDB_ROOT_USERNAME/PASSWORD variables
[10:43:01] <fcanela> but in my minimal reproducible example I am unable to authenticate using mono cli or any other tool
[10:43:10] <fcanela> Here is the minimal reproducible example and the command I am using for connecting https://github.com/docker-library/mongo/issues/263
[17:50:11] <croberts> hi, is there a way to check which storage engine is being used without having the db running like in a db header or anything? we are using the puppet mongodb module to deploy mongo and are changing from 2.6 to 3.4 and want to have a way on new installs to use wiredtiger and use mmapv1 if there is currently data present
[17:50:40] <croberts> the config file that puppet generates does not put anything in for the storage engine so by default its wiredtiger