從 .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