Restore mongodb standalone

Thanks Stennie for feedback.

My approach am trying please suggest is it correct:

  1. I will install mongodb in my local system.
  2. I have copy of all the files which is present in /data/db dir in production env, i will copy all the WT files into my local system in suppose dir /data
  3. Startng mongod using path /data: mongod --dbpath /data
  4. check the collection documents and check if all the documents before 13th July stored in documents by querying from robo3t.

any other steps you would like to provide which i can test in my local system, thanks.

Or any other files i also need to copy apart from all the files from prod in /data/db dir.
to setup and test.