mongodb disaster recovery

Want to know mongodb disaster recovery? we have a huge selection of mongodb disaster recovery information on alibabacloud.com

MongoDB Backup and Recovery

Tags: server database ReaderOne, the whole library backup:Mongodump-h dbhost-d Dbname-o dbdirectory-H:MONGDB the server address, for example: 127.0.0.1, you can also specify the port number: 127.0.0.1:27017-D: The database instance that needs to be backed up, for example: test-O: The data storage location of the backup, for example: C:\data\dump, of course, the directory needs to be established in advance, after the backup is completed, the system automatically establishes a test directory under

MongoDB Learning Note 07--Data backup, recovery

Mongoexport export JSON or CSV format Mongoimport Import JSON or CSV Mongodump Export binary Bson structure data and index information Mongorestore Importing binary files Mongoexport-h 主机--port 端口号-u 用户名-p password-d 库名-c 表名-f field1,field..... 导出的字段-q 查询条件 -o 导出文件名称--csv 等同于 --type=csv 导出csv格式。一定要指定-f 导出字段才干导出csvExample: Export the my_id mongoexport -u test -p 64823723zk -d test -c my -q {my_id:{‘$lt‘:200}} --type=csv -f _id,username,a -o my.csvMongoimport-d 导入的数据库-c 导入的表--type

Total Pages: 9 1 .... 5 6 7 8 9 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.