EDIT:
In addition to no Integrations showing, I also see the same error on EVERY Single Configuration option with the exception of Entities.
Now I can try and restore the back up again. But before I do that, I’d like to know a little more about what the heck is going on under the covers.
EDIT:
I seem to have some sqlite db corruption. Any notion what might have caused it? Is there any downside to wiping the events, history and tracking? Doing a search on the forum and Google I didn’t find a formal procedure but I found this procedure from @eddriesen.
sqlite3 ./home-assistant_v2.db_old ".dump" | sqlite3 ./home-assistant_v2.db_fix
ihttps://community.home-assistant.io/t/db-image-malformed-how-to-fix-it/76413/4
-rw-r--r-- 1 root root 6.0M Mar 6 22:31 home-assistant_v2.db
-rw-r--r-- 1 root root 1014M Mar 6 12:11 home-assistant_v2.db.corrupt.2021-03-06T19:12:43.066997+00:00
-rw-r--r-- 1 root root 32K Mar 6 12:12 home-assistant_v2.db-shm.corrupt.2021-03-06T19:12:43.066997+00:00
-rw-r--r-- 1 root root 0 Mar 6 12:12 home-assistant_v2.db-wal.corrupt.2021-03-06T19:12:43.066997+00:00
EDIT:
After futzing around with it last night w/o resolution, I refreshed my page HA GUI this morning and everything is showing and available again. Again, I’d like to know more about what occurred.