Recently Postman will not load. Or at least not consistently. When I try to open it, it hangs. The one time it did open, it didn’t show any of my requests.
Anyway, I would like to recover my requests. I grep
ed through /Users/<username>/Library/Application Support/Postman
and it appears that my requests are in a few different binary files in /Users/<username>/Library/Application Support/Postman/Partitions
, specifically
dff3e431-ae3e-4a20-a940-86d8a1cbab61/IndexedDB/https_desktop.postman.com_0.indexeddb.leveldb/000071.ldb
dff3e431-ae3e-4a20-a940-86d8a1cbab61/IndexedDB/https_desktop.postman.com_0.indexeddb.leveldb/000069.log
dff3e431-ae3e-4a20-a940-86d8a1cbab61/Code Cache/js/619c2558ed2b6d1a_0
dff3e431-ae3e-4a20-a940-86d8a1cbab61/Code Cache/js/f6110eea9256d77b_0
dff3e431-ae3e-4a20-a940-86d8a1cbab61/Code Cache/js/0752487726ec0e56_0
How can I recover these?
I’m using Postman 11.0.1 on MacOS 14.2.1on an M1.
Any help is appreciated.