Thanks Stennie for feedback.
My approach am trying please suggest is it correct:
- I will install mongodb in my local system.
- 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
- Startng mongod using path /data: mongod --dbpath /data
- 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.