Skip to content

Instantly share code, notes, and snippets.

@vseow
Created August 7, 2015 22:39
Run mongorestore on Remote Target
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