[02:21:43] <datarestore> guys, when I add --replSet to /etc/systemd/system/multi-user.target.wants/mongod.service on centos 7, it fails to start. I'v already mentioned replSetName: real-name in config file. do I have to hard code it in the systemd config file or is it possible for it to pick it up from config file?
[02:22:17] <datarestore> ..pick it up from mongodb's+ config file
[12:48:24] <micw> I messed up my (single-node) mongo database. I have created a copy of the data dir but when I start a server against it, it tells me that the rs is not master.
[12:48:42] <micw> is there an easy way to enforce this only mode to be master?
[12:51:25] <micw> ah, the reason is that the hostname changed
[12:55:00] <micw> ok, solved by forcing a reconfig with new hostname
[22:51:33] <pytorch> If Mongodb is AGPL - does using mongodb in a application make that AGPL as well?
[22:52:09] <pytorch> Also - If I want to install MongoDB for a client and let them use it as part of our services, is that allowed in the terms and conditions of SSPL? Does anyone know?