Search code examples
mongodbmongodb-querymongo-shellmongodumpmongorestore

How to mongo restore from atlas backup files?


I tried to restore mongo backup files from atlas.

It's containing some wt files. How to restore.

Backup downloaded from Daily Snapshots from atlas.

Thanks in advance.


Solution

  • Solved this.

    link

    Atlas compresses the snapshot into a .tar.gz file. This archive includes the snapshot and the mongod logs.

    Once extracted, you can access the data files by starting a mongod instance on the host and pointing it at the extract directory using the --dbpath option.