Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 371 Bytes

4.2-downgrade-fcv.rst

File metadata and controls

10 lines (7 loc) · 371 Bytes

Downgrade the featureCompatibilityVersion to "4.0".

db.adminCommand({setFeatureCompatibilityVersion: "4.0"})

The :dbcommand:`setFeatureCompatibilityVersion` command performs writes to an internal system collection and is idempotent. If for any reason the command does not complete successfully, retry the command on the |target|.