Can you elaborate on “the attempt failed”? Did you accidentally store the data on an SD card? You might be able to plug that SD card into a serious computer and try to salvage a disk image out of it using ddrescue. https://www.gnu.org/software/ddrescue/
Discussion
I mean the data was transferred from pit to SSD! When I started running ./scripts/start I was getting permission denied error ! So the docker was refusing to read the yml file
That doesnt seem like some kind of data corruption but a config issue. Your container is probably running as its own separate user and the folder structure exported to the container is somehow using a different user. Did you got those scripts from some github project?
Yeah, that script is in the repo. Sounds like a permission error. And those are not trivial to solve for people who haven't used docker and docker compose before