Restore MongoDB collection

Written by Yujin Boby

Edit in WordPress

mongoimport allow you to restore mongodb backups.

mongoimport --db DB_NAME --collection COLLECTION_NAME --file COLLECTION_BACKUP.json

Example

mongoimport --db direct_db --collection image_settings --file image_settings.json

See MongoDB