从 .meteor.com 下载数据库

与以前相同,但你必须将信息复制到 mongodump 命令中。你必须快速运行以下命令,并且需要手/眼协调。被警告! 这是一个严重的 hacky! 但好玩! 把它想象成一个视频游戏! :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