I went from Pi to VM per link same hassOS and homeassistant verison. Tried to restore my full snapshot but failed. please take a look and tell me what i’m doing wrong.
2020-04-28 05:16:00 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=9 from 2020-04-28 05:04:47.800243)
2020-04-28 05:16:03 ERROR (MainThread) [homeassistant.setup] Error during setup of component person
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 172, in _async_setup_component
hass, processed_config
File "/usr/src/homeassistant/homeassistant/components/person/__init__.py", line 283, in async_setup
await manager.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/person/__init__.py", line 117, in async_initialize
raw_storage = await self.store.async_load()
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 99, in async_load
return await self._load_task
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 126, in _async_load
stored = await self._async_migrate_func(data["version"], data["data"])
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 213, in _async_migrate_func
raise NotImplementedError
NotImplementedError
2020-04-28 05:16:04 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: person
2020-04-28 05:16:04 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.