MongoDB Data Backup and recovery

Source: Internet
Author: User
Tags mongodump

1. Data backup:

Mongodump-h dbhost-d Dbname-o dbdirectory

Parameter description:

-H:mongdb server address, for example:127.0.0.1, of course, you can 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 in the dump directory to establish a Test Directory in which the backup data for the database instance is stored.

Examples of Use:

D:\Program_Files\MongoDB\bin\mongodump-h 127.0.0.1-d Users-o D:\mongodb\data\bak

2. Data recovery:

Mongorestore-h dbhost-d dbname--directoryperdb dbdirectory

Parameter description:

-H:MongoDB server address

-D: The database instance that needs to be restored, for example:test, and of course the name can be different from the backup time, such as test2

--directoryperdb: Where to back up your data, for example:c:\data\dump\test

--drop: When recovering, delete the current data and then restore the backed up data. That is, after the recovery, add the modified data after the backup will be deleted, use with caution Oh!

MongoDB Data Backup and recovery

Related Article

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.