I’m running into an issue that keeps HA from backing up for upgrading.
When trying to start a backup, this message appears: “Could not create backup - Creating a backup is not possible right now because the system is in startup state.”
When upgrading the core, os, or supervisor it goes on and on for hours without ever updating until eventually power cycle, since it won’t restart while upgrading.
I’ve searched and read for hours and hours. Any advice in troubleshooting is appreciated!
CChris
(Christoph)
November 30, 2022, 2:09pm
2
I guess you are using the Beta Channel and run on Supervisor 2022.11.01 ?
In this case, try to follow the steps given in that discussion:
opened 02:39PM - 15 Nov 22 UTC
bug
### Describe the issue you are experiencing
and the update hangs forever:
…
<img width="711" alt="Schermafbeelding 2022-11-15 om 13 29 13" src="https://user-images.githubusercontent.com/33354141/201947366-8e88c5e9-8abc-4802-8230-b5d5ab1f50c4.png">
restarts still possible, so tried that too, but issue remains
<img width="532" alt="Schermafbeelding 2022-11-15 om 15 35 49" src="https://user-images.githubusercontent.com/33354141/201946190-210a6be7-067c-4e2e-ae12-18f7c7f994af.png">
### What type of installation are you running?
Home Assistant OS
### Which operating system are you running on?
Home Assistant Operating System
### Steps to reproduce the issue
1. click Install
2.
3.
...
### Anything in the Supervisor logs that might be useful for us?
```txt
22-11-15 15:34:16 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.STARTUP
22-11-15 15:34:16 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-11-15 15:34:16 WARNING (MainThread) [supervisor.jobs] 'StoreManager.reload' blocked from execution, supervisor needs to be updated first
22-11-15 15:34:16 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/beta.json
22-11-15 15:34:18 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-11-15 15:34:20 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret authorized_key
22-11-15 15:36:16 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
```
### System Health information
## System Information
version | core-2022.11.2
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.10.7
os_name | Linux
os_version | 5.15.67
arch | x86_64
timezone | Europe/Amsterdam
config_dir | /config
<details><summary>Home Assistant Community Store</summary>
GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
GitHub API Calls Remaining | 4695
Installed Version | 1.28.3
Stage | running
Available Repositories | 1151
Downloaded Repositories | 49
</details>
<details><summary>Home Assistant Cloud</summary>
logged_in | true
-- | --
subscription_expiration | August 31, 2023 at 02:00
relayer_connected | true
remote_enabled | true
remote_connected | true
alexa_enabled | false
google_enabled | true
remote_server | eu-central-1-2.ui.nabu.casa
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 9.0
-- | --
update_channel | beta
supervisor_version | supervisor-2022.11.0
agent_version | 1.3.0
docker_version | 20.10.17
disk_total | 458.4 GB
disk_used | 17.0 GB
healthy | true
supported | true
board | generic-x86-64
supervisor_api | ok
version_api | ok
installed_addons | AppDaemon (0.10.0), Home Assistant Google Drive Backup (0.109.1), Log Viewer (0.14.0), MariaDB (2.5.1), Samba share (10.0.0), Studio Code Server (5.4.1), Terminal & SSH (9.6.1), phpMyAdmin (0.8.2), Mosquitto broker (6.1.3), Z-Wave JS (0.1.74), ESPHome (2022.10.2), Matter Server (0.3.0)
</details>
<details><summary>Dashboards</summary>
dashboards | 10
-- | --
resources | 42
views | 97
mode | yaml
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | November 1, 2022 at 04:10
-- | --
current_recorder_run | November 15, 2022 at 15:34
estimated_db_size | 1605.17 MiB
database_engine | mysql
database_version | 10.6.8
</details>
<details><summary>Spotify</summary>
api_endpoint_reachable | ok
-- | --
</details>
### Supervisor diagnostics
_No response_
### Additional information
_No response_
1 Like
Thanks a ton! Back up and running.