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 17 Next »



About this task

The BVQ Server "and" the database should be moved,
whether or not it is because of a new Windows VM.
These are very profound changes which need to be made by the SVA/BVQ SEs.
A working backup is necessary.



Applies to

All Versions and Systems, further info



Procedure

Connect to the old Mongo shell

C:\mongo --host IPLOCALHOST --authenticationDatabase admin -d bvq -u bvq -p P@ssw0rd



show DB´s

> show dbs
 expand...






exit the shell

> exit
 expand...






Stop all the BVQ Services but MongoDB and start the backup, the time to complete this task is depending on the DB size


C:\Users\dkarch.SVA>mongodump --host IPLOCALHOST --authenticationDatabase admin -u bvq -p P@ssw0rd --gzip -j 8 --out C:\Temp\test-backup
 expand...



start the installation of the same Version of BVQ on the new VM


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


restore the DB

C:\bvq>mongorestore  --authenticationDatabase admin -u bvq -p P@ssw0rd --db bvq --gzip -j 8 C:\bvq


 expand...




  • No labels