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.