#Hello, I'm trying to run Home Assistant
1 messages · Page 1 of 1 (latest)
I keep running into this error: 2024-01-07 17:08:59.165 ERROR (Recorder) [homeassistant.components.recorder.util] The database at //config/home-assistant_v2.db is corrupt or malformed Traceback (most recent call last):
This is my current compose:
version: "3"
services:
homeassistant:
container_name: home-assistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ~/.config/hassio:/config
- /etc/localtime:/etc/localtime:ro
# - /run/dbus:/run/dbus:ro
restart: unless-stopped
# privileged: true
# network_mode: host
ports:
- "8123:8123"
Swapping to privileged and host networking doesn't seem to impact anything
Home assistant container install isn't supported on MacOS
It doesn't support host networking
That's why it isn't listed on the installation page
Do you know what the impact of that is? This appears to be totally unrelated to networking, so I'm tempted to solve anyhow 😄
It doesn't matter. You can just delete the database file
You managed to corrupt it
...
I surely did not
But based on your approach in responding to messages, I'm good on asking for help
Cheers.
Ok 🤷
LOL