Turned it over to Copilot that found the problem was with SSL certificates not being present on the Rpi.
Hello all, I have been trying to move my HA from a PC running virtual machine to a pi5 in a docker container. I can get HA running just fine but when I attempt to restore from the .tar backup file it fails locking up HA. It has something to do with dependencies and here is a chunk of the docker logs. Once it locks up I’m done for and have to start from scratch. Hint it may have to do with ssl certificates but not sure.
ANY HELP GREATLY APPRECIATED.
2025-03-14 11:39:36.621 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating recovery mode
2025-03-14 11:39:33.284 ERROR (MainThread) [homeassistant.setup] Setup failed for ‘conversation’: Could not setup dependencies: http, intent
2025-03-14 11:39:33.286 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of ‘camera’. Setup failed for dependencies: [‘http’]
2025-03-14 11:39:33.286 ERROR (MainThread) [homeassistant.setup] Setup failed for ‘camera’: Could not setup dependencies: http
2025-03-14 11:39:33.286 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of ‘stt’. Setup failed for dependencies: [‘http’]
2025-03-14 11:39:33.286 ERROR (MainThread) [homeassistant.setup] Setup failed for ‘stt’: Could not setup dependencies: http
2025-03-14 11:39:33.287 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of ‘history’. Setup failed for dependencies: [‘http’]
2025-03-14 11:39:33.287 ERROR (MainThread) [homeassistant.setup] Setup failed for ‘history’: Could not setup dependencies: http
2025-03-14 11:39:33.287 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of ‘backup’. Setup failed for dependencies: [‘http’, ‘websocket_api’]