meteor mongo blah.meteor.com
to access the production databasemeteor mongo --url blah.meteor.com
to get the access url for mongodump, something like this:mongodb://client:[email protected]:27017/YOURSITE_meteor_com
. That PASSWORD is only good for one minute; move fast!mongodump -u client -h sky.member1.mongolayer.com:27017 -d YOURSITE_meteor_com -p -o DIRECTORY_TO_OUTPUT
to get a mongodump. This will prompt you for a password.
Last active
December 23, 2015 03:39
-
-
Save Quilted/6575270 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment