...
Connect to the old Mongo shell
Code Block | ||
---|---|---|
| ||
C:\> mongo --host IPLOCALHOST --authenticationDatabase admin -d bvq -u bvq -p P@ssw0rd |
...
Code Block | ||
---|---|---|
| ||
C:\bvq>mongorestore --authenticationDatabase admin -u bvq -p P@ssw0rd --db bvq --gzip -j 8 C:\bvq |
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
...