I have taken a dump from Ubuntu v20 server using mongodump. I need to use it on my Windows laptop.
In my Windows laptop,
a. from which directory should I execute the mongorestore command?
b. where should the dump folder be saved?
When I try to execute the mongorestore command from my projects directory in windows, it does not recognize the command.
I also tried to do the same from C:\Program Files\MongoDB\Server\5.0\bin, but got the same error.
ERROR: <mongorestore : The term 'mongorestore' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.>