Restore
We can use mongorestore to restore the whole database.
Caution
Make sure your new database is empty before restoring!
mongorestore -d=metahkg --uri=mongodb://<username>:<password>@localhost:<port>
We can use mongorestore to restore the whole database.
Make sure your new database is empty before restoring!
mongorestore -d=metahkg --uri=mongodb://<username>:<password>@localhost:<port>