Created
October 6, 2015 02:14
-
-
Save makmac213/f5e6e4bfd92e4de373cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mongoexport -d dbname -c collectionname -v -o file.json | |
$ mongoimport -d dbname -c collectionname -v --file file.json -h 127.0.0.1 -p 27017 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment