#New backup integration broken - 2025.1

5 messages · Page 1 of 1 (latest)

sharp cypress
#

Hi guys, I've just upgraded to 2025.1 and the native backup integration seems broken straight away, I am seeing the following error on HA startup. I'm not sure how to troubleshoot this, would someone mind giving me a hand? I did try turning debug logging on but I didn't see any further info (not sure if I turned it on correctly?) - thanks in advance!

Logger: homeassistant.setup
Source: setup.py:416
First occurred: 10:06:34 AM (1 occurrences)
Last logged: 10:06:34 AM

Error during setup of component backup
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/backup/init.py", line 71, in async_setup
await backup_manager.async_setup()
File "/usr/src/homeassistant/homeassistant/components/backup/manager.py", line 284, in async_setup
self.config.load(stored["config"])
~~~~~~^^^^^^^^^^
KeyError: 'config'

lone lintel
#

I think I remember seeing someone say if you have a /backup/ folder pre-existing in your config directory it will break things. maybe check that

sharp cypress
#

Thanks for the response! I've checked /root/config and there is no /root/config/backup folder but there is a /root/backup folder from the Google drive backup integration, let me try renaming that and seeing if that fixes it

lone lintel
#

I'm not confident of exactly the path where it was the problem

sharp cypress
#

No worries! Ok so I tried to rename it, rebooted, but it got renamed back to backup on reboot. Actually looks like this is a symlink to /backup - not sure if this is the internal backup integration doing this or the Google drive backup add-on (I did try disabling that add-on and disabling start on boot before rebooting HA).

If it helps, I am running HA using the VM image (with supervisor etc installed)