PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 9th of July, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:58:47] <robertparkerx> I think I found a solution -- self::$database->selectCollection($collection)
[00:59:04] <robertparkerx> https://docs.mongodb.com/php-library/v1.2/reference/method/MongoDBDatabase-selectCollection/
[00:59:21] <robertparkerx> I am getting another error -- https://paste.ubuntu.com/p/ZFbMrm9tvS/
[05:23:02] <mallu0987> I'm new to mongodb. I installed mongo and initialized replicaset. Took a snapshot (Copy) of that server and created another server with that snapshot. How can I delete the replicaset in the new server?
[16:53:44] <mallu0987> new to MongoDB. Trying to setup replica set. When trying to add secondary server from Primary I am getting "errmsg" : "Our replica set ID of 5d24c1e76238e896a0d19794 did not match that of 10.54.20.55:27017, which is 5d2368fca0645d6b2dcd03d1",
[16:53:53] <mallu0987> any help would be greatly appreciated
[16:54:34] <mallu0987> in /etc/mongod.conf on both servers I have replication: replSetName: "rs1"
[17:21:02] <mallu0987> anyone?