Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Repl 2021-07-12
Description
Create a file, src/mongo/db/multiversion_constants.yml. If the next planned release is 5.1, then the file would resemble:
# All FCVs starting with 4.4.
|
featureCompatibilityVersions:
|
- "4.4"
|
- "4.7"
|
- "4.8"
|
- "4.9"
|
- "5.0"
|
- "5.1"
|
# All major releases starting with 4.4.
|
majorReleases:
|
- "4.4"
|
- "5.0"
|
Attachments
Issue Links
- is depended on by
-
SERVER-58039 Generate multiversion_constants.h file with FCV enums
-
- Closed
-