Created
August 7, 2015 22:39
-
-
Save vseow/a78b643bf30ee11583fc to your computer and use it in GitHub Desktop.
Run mongorestore on Remote Target
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
mongorestore --host [IP/HOSTNAME] --port [PORT] --db [DB_NAME] --username [USER] --password [PASS] --collection [COLLECTION_NAME] dump/db/col.bson |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment