-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:replica set with 3 nodes with Mongodb 3.0.7 stable version on Linux RHEL 7 OS
I just want to degrade my replica set with 3 nodes(1primary,2-secondary nodes) ... previously i have done this long back but now i am unable to do it .current user config is "_id" : "admin.superuser",
"user" : "superuser",
"db" : "admin",
"credentials" : {
"SCRAM-SHA-1" : {
"iterationCount" : 10000,
"salt" : "3knba4uJKWMKlU6Pg8991A==",
"storedKey" : "V0BWdjPNauk4GioGBE9wku3j35o=",
"serverKey" : "hveLO0tD42vleZfwIbluXvzEVkc="
i just want to degrade SCRAM-SHA to MONGODB-CR authentication.
can you provide me with steps further