Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »



About this task

the Password of the MongoDB User has to changed

Applies to

All BVQ versions


Procedure

  • Stop all BVQ services but "bvq-mongodb"
 Services


  • Connect to the mongo Shell (use your host and specific credentials)
C:\>mongo --authenticationDatabase admin -u bvq -p P@ssw0rd
MongoDB shell version v4.4.3
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb



  • Switch to db admin
> use admin
switched to db admin>



  • Change Password
> db.changeUserPassword("bvq", "NEW_PASSWORD")
>



  • Exit mongo Shell
> exit
bye



  • Verify the Password
C:\>mongo --host IPLOCALHOST--authenticationDatabase admin -u bvq -p NEW_PASSWORD
MongoDB shell version v4.4.3
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb



  • Exit mongo Shell
> exit
bye




  • Use existing core installer or a even newer core installer
 install



  • Use the default values for all but the Database entries
 Default



  • Enter the new DB credentials for the DB and complete the installation 
 DB


  • As you have only changed the DB Credentials, your BVQ User is still unchanged
 login







  • No labels