Skip to content

Instantly share code, notes, and snippets.

@Lazhari
Created February 9, 2018 10:22
Show Gist options
  • Save Lazhari/b8bacc1f817306b4ba34ee28fe71dc98 to your computer and use it in GitHub Desktop.
Save Lazhari/b8bacc1f817306b4ba34ee28fe71dc98 to your computer and use it in GitHub Desktop.
MongoDB migration from 3.4.x to 3.6.x on Macos
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
db.adminCommand( { setFeatureCompatibilityVersion: "3.4" } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment