Hi,
I install a MongoDB 5.0 version now I want to restore a database.
How can I restore a database?
CMD :- mongorestore --host localhost -db tempData --port 27019 "folderpath"

NOTE :- mongorestore and mongodump file is missing.
I already install MongoDB tools.
Please give a solution step by step.

Vishal JoshiPosted Nov 11, 2022, 6:57 AM
Hello,
Please check Environment Variables is configured properly.
Thanks