Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created October 25, 2011 02:33
Show Gist options
  • Select an option

  • Save HungYuHei/1311142 to your computer and use it in GitHub Desktop.

Select an option

Save HungYuHei/1311142 to your computer and use it in GitHub Desktop.
mongodb dump restore
mongodump -h dbhost -d dbname -o output_directory
mongorestore -h dbhost -d dbname --directoryperdb form_directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment