I recently updated to version 2022.2.3 of Home assistant from 2021.12.10 and received the notification below
Database upgrade in progress
System performance will temporarily degrade during the database upgrade. Do not power down or restart the system until the upgrade completes. Integrations that read the database, such as logbook and history, may return inconsistent results until the upgrade completes.
Last week
How long should this database upgrade take? Is there a way to check on the status of the database upgrade?
So far everything seems to be working but I don’t want to make any changes till the database upgrade is complete since I can’t restart
I’m running on a Raspberry Pi 4. I believe my database is 4.22 gig. I’m looking at home-assistant_v2.db in windows file explorer. on the samba share.
I wondered about that question as well. Saw that prompt for a brief second after the upgrade. A few hours a later I restarted HA having forgotten about the warning. Didn’t see a warning about database is in progress of upgrading though.
I noticed the lights turn on a tad slower after a motion has been detected with this version. Maybe it is in my head.
It should probably be enough to just change it for homeassistant.components.recorder.migration.
logger:
default: warning
logs:
homeassistant.components.mqtt: info
homeassistant.components.shell_command: info
homeassistant.components.recorder.migration: info