The BVQ Server "and" the database should be moved,
whether or not it is because of a new Windows VM.
This should not be done without SVA supervision and usage of a functional backup.
All Versions and Systems, further info
Connect to the old Mongo shell
C:\mongo --host IPLOCALHOST --authenticationDatabase admin -u bvq -p P@ssw0rd |
show DB´s
> show dbs |
exit the shell
> exit |
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 |
start the installation of the same Version of BVQ on the new VM
restore the DB
C:\Users\dkarch.SVA>mongorestore --host IPLOCALHOST --authenticationDatabase admin -u bvq -p P@ssw0rd --gzip -j 8 --out C:\Temp\test-backup |