简体   繁体   中英

How to export data (entire database) from a meteor deployed app to another meteor app with a diffrent address?

I deployed a meteor app with like address xxx.meteor.com; now, I want to export all the database of this app to another meteor app with a different address www.xxxx.com.

How is it possible?

You can use mongodump and mongorestore commands to do this.

A tutorial can be found here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM