mongodb set feature compatibility to 3.4 fail
0
votes
1
answer
2979
views
I want to enable the features of my Mongodb 3.4 after upgrading. I have sharded cluster enviroment And after I ran the commands:
use admin
db.adminCommand ({setFeatureCompatibilityVersion: "3.4"})
In mongos instance I got the following output:
> {"ok": 1}
But when I try to check with it succeeded with command:
db.adminCommand ({getParameter: 1, featureCompatibilityVersion: 1})
I get the following output:
> {"ok": 0, "errmsg": "no option found to get"}
And when I check in ops manager I see that the command did not work
Asked by thecollector
(9 rep)
May 8, 2018, 11:05 AM
Last activity: Jan 9, 2025, 10:01 AM
Last activity: Jan 9, 2025, 10:01 AM