MongoDB Backup and Recovery

MongoDB Backup and Recovery

 

Enter the mongodb bin directory

 

export

./mongodump -d database

 

import

./mongorestore -d test -c user /tmp/testdb/

 

Related parameters

--host localhost --port 27017 --username quicktest --password quicktest --collection trans.sp --db quicktest

 

 

refer to:

http://blog.csdn.net/fdipzone/article/details/51549520

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326442725&siteId=291194637