[02:49:45] <mattfly> trying to make robomongo 3t connect to an atlas but i get an error: Cannot connect to replica set "mongo" [cluster0-shard-00-01.xxxxx.mongodb.net:27017].
[09:40:09] <Shiro12> I would have a very weird question, that might be un-answerable, but I can't find anything through the internet about that particular "issue"
[09:41:23] <Shiro12> I have a document that I like to version, and, in order to keep only necessary informations, I want to store only what have changed in x-version (like, the name for exemple), and be able to get, at a particular version, the state of the said-document.
[09:42:39] <Shiro12> For that, I would like to do some kind of polymorphism, like, being able to, if a particular verison is given on the query, change elements of the document resulting dynamically thanks to the stored informations about the changes of x-version
[09:43:01] <Shiro12> Is it possible only with mongoDB queries ?
[17:31:30] <atlizz> guys do you have any suggestions, if i cant login? from terminal, in localhost. I can say : "mongo --port xxxx" without credentials and login fine
[17:31:49] <atlizz> so i created few users, and then i try "mongo --port xxxx -u userName -p"
[17:32:01] <atlizz> and enter correct password, and have error authentication failed
[17:32:35] <atlizz> i cant make my app connect to mongo because of this, only way for me to login mongodb its just typing "mongo --port xxx" without any username or password