Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Import, export, backup and recovery of Mongodb data

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

When building the test environment, in order to ensure that the online data will not be destroyed, or to avoid misoperation, the database should establish a local database. Make a backup of the online data and restore it to the local test environment. Mainly mongoexport, mongoimport, mongodump, mongorestore several commands.

1. On the online database, go to mongodb/bin:

. / mongodump-d report now creates a dump directory under the current directory to store the backed-up files, or you can specify the directory where the backup is stored.

two。 On the test machine, mongodb builds the database (there is no need to build tables). Go to mongodb/bin:

. / mongorestore-d report report/*

Reference: http://blog.csdn.net/liuzhoulong/article/details/6849978

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report