2023.3.4 not installing

When I start installing the latest version, the progress bar spins for 2-3 minutes, and then it stops without installing anything. Nothing in the log gives any clue as to what’s going on.

1 Like

UPDATE: I got the update to work by unchecking “backup before install.” Why would this have been hanging up the installation? This is certainly an unideal situation.

After 3 failed upgrades it just passed for me. I did not uncheck backups. I had enabled debug logging.

Nope. As you can see in my post, that did not resolve it. Something else is going on.

How big is your database? Check the size of the home-assistant_v2.db file in /config

My DB was only 315MB. But, like some are reporting, including me, after several attempts it’ll update eventually. I think @jeremyfuksa’s resolution of unchecking the backup option was coincidental.

Usually there is a long delay for me. The reason is (according to my logs anyway), the backup does not even start for a little while, it waits until there is a proper time to start the backup, I believe trying to get to a stage where it is able to safgely make a backup of each component when it is not in the middle of an operation.

Surprisingly, I see this as well, long time (for the backup to finish?) and still ongoing after >60 minutes (NUC) and DB in the order of 235 MB. (3.3 → 3.4) HAOS

Edit: Wow, it took 70 minutes, never seen that before. Usually less than 10 minutes

I’m trying to update to 2023.4.2 and it’s been going on for an hour now. The prompt is saying “Installing” with no end in sight. Not sure what to do here anymore - should I force a restart of the machine that HA is running on?

I have the same problem : i can not upgrade from 2023.4.0 to 2023.4.2…
I’m on Debian 11, last upgrade, DNS on 1.1.1.1

Here is my LOG :

23-04-09 21:24:07 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from core_ssh                                                                                                                                 
23-04-09 21:24:24 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/logs access from core_ssh                                                                                                                           
23-04-09 21:25:41 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance                                                                                                                             
23-04-09 21:30:55 INFO (MainThread) [supervisor.backups.manager] Creating new partial backup with slug 5d13a54d                                                                                                                          
23-04-09 21:30:55 INFO (MainThread) [supervisor.homeassistant.module] Backing up Home Assistant Core config folder                                                                                                                       
23-04-09 21:31:05 INFO (MainThread) [supervisor.homeassistant.module] Backup Home Assistant Core config folder done                                                                                                                      
23-04-09 21:31:05 INFO (MainThread) [supervisor.backups.manager] Creating partial backup with slug 5d13a54d completed                                                                                                                    
23-04-09 21:31:05 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2023.4.2                                                                                                                          
23-04-09 21:31:05 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.0 to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.2                                  
23-04-09 21:31:05 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.4.2.                                                                          
23-04-09 21:33:04 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.2: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.2/json: Not Found ("No such image: ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.2")                                                                                                                       
23-04-09 21:33:04 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed                                                                                                                              
23-04-09 21:33:24 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/logs access from core_ssh

Finally found a solution… that does not work for the moment :

docker pull ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.2

Source: Package qemux86-64-homeassistant · GitHub
(select yours from Packages · Home Assistant · GitHub)

With this command :

root@HomeAssistant:~# docker pull ghcr.io/home-assistant/qemux86-64-homeassistant:2023.4.2
2023.4.2: Pulling from home-assistant/qemux86-64-homeassistant
ef5531b6e74e: Already exists
33b65704084a: Already exists
06b79ad9572c: Already exists
7495b44d70e2: Already exists
85424d163771: Already exists
ab557efa14bb: Already exists
465f1f711905: Already exists
e4965621ff8b: Already exists
66590f4aa316: Already exists
83e9a4666288: Already exists
4f4fb700ef54: Already exists
577a46931ad0: Already exists
a5d8dbdd4143: Already exists
ba36ee3f866e: Already exists
78292cdca079: Already exists
f0c7a04b52d4: Already exists
1aff49f956a2: Already exists
080be3312011: Already exists
9c900f0be104: Already exists
a2ab9684387c: Pull complete
24d59251754b: Pull complete
b88a3a3be7a3: Pull complete
a2af808bbda0: Pull complete
45dcb33a202a: Extracting [==================================================>]  317.2MB/317.2MB
ef39a2dc6b06: Download complete
511301d17d2f: Download complete
510864c97940: Download complete
9df625784125: Download complete
2c4cf0bd0cf0: Download complete
failed to register layer: Error processing tar file(exit status 1): write /usr/local/lib/python3.10/site-packages/pyrebase/pyrebase.py: no space left on device
root@HomeAssistant:~#

And finally :smiley: i’ve found the solution : growing up the /var partition !!!

Now :

Home Assistant 2023.4.2 
Supervisor 2023.04.0 
Interface utilisateur : 20230406.1 - latest

Hi Tirguy

I’m getting same issue while doing fresh installation. Do you recall how did you fix this problem? Would appreciate your help!