Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
TIG 2017-11-13
-
0
Description
Add a Powercycle test option, i.e., --fcv <version> to setFeatureCompatibilityVersion when the mongod starts for the first time. This is a client command implemented as:
version="3.4"
|
db.adminCommand({setFeatureCompatibilityVersion: version}
|