...
Expand |
---|
|
Panel |
---|
borderColor | black |
---|
borderStyle | solid |
---|
| Image Modified |
|
show DB´s
Expand |
---|
|
Panel |
---|
borderColor | black |
---|
borderStyle | solid |
---|
| Image Modified |
|
start the backup, the time to complete this task is depending on the DB size
Expand |
---|
|
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 |
---|
Panel |
---|
borderColor | black |
---|
borderStyle | solid |
---|
| Image Modified |
|
start the installation of the same Version of BVQ on the new VM
and stop right after the MongoDB has installed
Expand |
---|
|
Panel |
---|
borderColor | black |
---|
borderStyle | solid |
---|
| Image Modified |
|
make sure that the Mongo Service is running
Expand |
---|
|
Panel |
---|
borderColor | black |
---|
borderStyle | solid |
---|
| Image Modified |
|
restore the DB
Expand |
---|
|
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 |
---|
Panel |
---|
borderColor | black |
---|
borderStyle | solid |
---|
| Image Modified |
|
complete the installation wizard and connect to your BVQ
...