Restauration#
$ mongorestore \
--host sample.mongohost.com \
--port 27017 \
--username USER_NAME \
--password SAMPLE_PASSWORD \
--db DATABASE_NAME
$ mongorestore \
--host sample.mongohost.com \
--port 27017 \
--username USER_NAME \
--password SAMPLE_PASSWORD \
--db DATABASE_NAME