Restore backup mongo 6.0.20 to local db

Hi I’m trying to view a backup from mongo atlas 6.0.20.

I downloaded the backup.

Installed compass/ mongo community 6.020 for windows.

Compass can connect to the created local mongo db instance fine.

If I extract the backup and copy the files to the db folder and restart the service I get the error:

C:\Windows\System32>net start MongoDB
The MongoDB Server (MongoDB) service is starting.
The MongoDB Server (MongoDB) service could not be started.

A system error has occurred.

System error 1067 has occurred.

Logs:
mongod.log (46.1 KB)

Nevermind i got it, has to run mongod on the backup. Then copy it to thw data folder of the server.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.