Skip to content

Instantly share code, notes, and snippets.

@colindooley11
Created September 2, 2020 12:27
Show Gist options
  • Save colindooley11/854e104d9c54d0def8632778b519da45 to your computer and use it in GitHub Desktop.
Save colindooley11/854e104d9c54d0def8632778b519da45 to your computer and use it in GitHub Desktop.
Mongo compatibility #mongo #mongo-upgrade
db.adminCommand( { setFeatureCompatibilityVersion: "3.4" } )
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment