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/

Reply to this note

Please Login to reply.

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

Yea, the relay software isn't plug and play. Needs some serious tinkering when setting up. Especially nostream

24 hours attempting of doing this made me realize that I don’t want to run it anymore and killing my time on maintaining it 24/7/365 😂😂

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

Have tried to eliminate that permission with chmod +x *