Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save talesmgodois/a82d5b95ea6be3378a9cbd4dc2bdbfb4 to your computer and use it in GitHub Desktop.
Save talesmgodois/a82d5b95ea6be3378a9cbd4dc2bdbfb4 to your computer and use it in GitHub Desktop.
Mongodump
# The easiest way to create mongodump that I found
mongodump --uri="uri_origin_with_user_and_password" # this will create a folder called dump
mongorestore dump/ --uri="uri_destiny_with_user_and_password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment