Skip to content

Instantly share code, notes, and snippets.

@talesmgodois
Last active October 3, 2020 23:43
Show Gist options
  • Save talesmgodois/4de9163d4d36402d4555b966135bee11 to your computer and use it in GitHub Desktop.
Save talesmgodois/4de9163d4d36402d4555b966135bee11 to your computer and use it in GitHub Desktop.
mongorestore --uri='mongodb://root:example@localhost:27017/db_name?authSource=admin' -d db_name ./database
mongorestore --uri='mongodb://root:example@localhost:27017/db_name?authSource=admin' --gzip  ./database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment