Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Complete the upgrade with the following commands and retest. If you skip the stop/start sequence above the following will set command will fail.

Code Block
mongo -u opUserRW<YOUR USERNAME> -p <YOUR op42flow42PASSWORD> --authenticationDatabase=admin --quiet --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "3.6" } )'
mongo -u <YOUR opUserRWUSERNAME> -p <YOUR op42flow42PASSWORD> --authenticationDatabase=admin --quiet --eval 'db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )'
systemctl stop mongod
systemctl start mongod

...