Skip to content

Instantly share code, notes, and snippets.

@mattcanty
Last active August 29, 2015 14:01
Show Gist options
  • Save mattcanty/72a041f00aad51a1a973 to your computer and use it in GitHub Desktop.
Save mattcanty/72a041f00aad51a1a973 to your computer and use it in GitHub Desktop.
mongodump
net stop MongoDB
rmdir C:\data\db /S /Q
mkdir C:\data\db
net start MongoDB
mongorestore
rmdir dump /S /Q
@mattcanty
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment