My setup stopped working, due to;
The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
I’ve read that a quick solution for this is to delete the database…
I’ve tried to delete the database, but it’s inside the docker container, suggested methods to delete the database don’t work;
[email protected]:~$ rm //config/home-assistant_v2.db
rm: cannot remove ‘//config/home-assistant_v2.db’: No such file or directory
So, is there a way to delete the database with only the ‘ha’ commands?
If not, how can I mount the docker container filesystem from the host?, and ow, yea, I’m on a HA version of one year ago, cannot see the version, webthing crashed.
Thanks…