I have HA running in Docker on a Raspberry Pi and after suffering a power outage, it has not been working correctly. Specifically, my ZWave wasn’t in order. In the process of fixing that, I installed updates to the Supervisor and now it is more broken. I cannot figure out how to recover
I thought I might be able to restore from a backup, but that page just shows info about Troubleshooting. My logs page shows this
I can’t get supervisor logs - it says Bad Gateway. I don’t know where I would start to fix this!
I tried creating a new docker container using:
sudo docker run -d --name homeassistant --restart=unless-stopped --privileged -e TZ=America/New_York -v /home/homeassistant:/config --network=host ghcr.io/home-assistant/home-assistant:stable
I had to stop and rename the original container, and this new one runs fine. I can revert to the old container and all my configuration is there, but I don’t know where I might find it on my file system. I thought it would be under /home/homeassistant, but that just appears to be the data from the new container, even though the old container still shows its data.
Can anyone offer any advice on how to proceed? If I could just get hold of the old data and apply it to the new container, that would be sufficient.
Thanks in advance