Versions Compared

Key

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




About this task

The BVQ Server "and Grafana " the database should only be accessible through HTTPS.Therefore a reverse proxy has to be installedbe moved,
wether or not it is because of a new Windows VM.



Applies to

All Versions and Systems, further info



Procedure

check for the current version Connect to the old Mongo shell

Image Removed

Expand
titleexpand...

look up the specific "bvq-apache-server-installer" matching the current BVQ Version

...

titleexpand...

...

https://bamboo.sva.de/browse/BVQ

Image Removed

Image Removed

Image Removed

download the bvq-apache-server-installer

C:\Users\dkarch.SVA>mongo --host bvqsrv1.labwi.sva.de -u bvq -p P@ssw0rd


Image Added



show DB´s

Image Removed
Expand
titleexpand...

install the server with admin rights,

...


> show dbs

Image Added





start the backup, the time to complete this task is depending on the DB size

Image Removed

Expand
titleexpand...

make sure to use the FQDN of the existing BVQ server

...

titleexpand...

Image Removed

make use of the self-signed certificates

...

C:\Users\dkarch.SVA>mongodump --host bvqsrv1.labwi.sva.de:27017 --db bvq --authenticationDatabase admin -u bvq -p P@ssw0rd --gzip -j 8 --out C:\Temp\test-backup

Image Added



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

and stop right after the MongoDB has installed

Expand
titleexpand...

Image RemovedImage Added





the bvq-apache service has to be running, if its not running -start it manually make sure that the Mongo Service is running

Expand
titleexpand...

Image RemovedImage Added





the BVQ server is now reachable through HTTPSrestore the DB

Image Removed

Expand
titleexpand...

scanners which are using HTTP have to be edited

...

titleexpand...

Image Removed

As BVQ is now accessible via HTTP & HTTPS, the customer has to implement the Firewall changes now

...

titleexpand...

Image Removed

For certificate changes which will take place afterwards, following file has to be edited

Expand
titleexpand...
Image Removed
C:\Users\dkarch.SVA>mongorestore --host bvqsrv1.labwi.sva.de:27017 --db bvq --authenticationDatabase admin -u bvq -p P@ssw0rd --gzip -j 8 C:\Temp\test-backup\bvq

Image Added



complete the installation wizard and connect to your BVQ

Escalation

reach out to BVQSE