Skip to content

Instantly share code, notes, and snippets.

@aliaksandr-s
Last active January 3, 2017 08:25
Show Gist options
  • Save aliaksandr-s/ccf5df4b1079f548537fd2fd88f0bbd6 to your computer and use it in GitHub Desktop.
Save aliaksandr-s/ccf5df4b1079f548537fd2fd88f0bbd6 to your computer and use it in GitHub Desktop.
# Dump
mongodump --db somedb
# Restore the training database to a new database called training2
mongorestore --db training2 dump/training
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment