Reputation: 53
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?
Upvotes: 0
Views: 150
Reputation: 61
You can use mongodump and mongorestore commands to do this.
A tutorial can be found here
Upvotes: 1