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'