Guest User

Untitled

a guest
Mar 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. mongod.exe --conf mongo.conf
  2. mongodump --out <bkpdir>
  3. mongorestore -h <remote_host>:<port> -d <dbname> -u <user> -p <password> <bkpdir>
Add Comment
Please, Sign In to add comment