We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
2f55448
Procedure was as follows:
Start with an initial backup.
Check that the compatibility version is at 4.4:
4.4
npx mup ... mongo shell > db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } ) ...
Replace version: 4.4 by version: 5.0 for the mongo entry in mup.js and run npx mup ... setup.
version: 4.4
version: 5.0
mongo
mup.js
npx mup ... setup
Make an intermediary backup.
Set compatibility version to 5.0:
5.0
npx mup ... mongo shell > db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } ) ...
End with a final backup.
See also:
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: