从* .meteor.com下载数据库

示例

与以前相同,但是您必须将信息复制到mongodump命令中。您必须快速地运行以下命令,并且它需要手/眼协调。被警告!这真是骇人听闻!但是好玩!将其视为视频游戏!:D

# get the MONGO_URL string for your app  
meteor mongo --url $METEOR_APP_URL

# then quickly copy all the info into the following command
mongodump -u username -p password --port 27017 --db meteor_app_url_com --host production-db-b1.meteor.io