Pi to VM fail

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.

Look like something wrong with “person” integration.

Comment out person in config to verify it is cause the follow up after to fix

I don’t have that word in my config. “Person”.
That’s that first thing I looked for.

I think person is part of UI config. Maybe in .secrets somewhere.

Maybe add into configuration.yaml.
What version your restoring. If pi still available maybe update to one of version that has “safe” startup

HA core .103.0

and OS 3.11 . . is “safe” available if so how to i activate it?

Noticed my secrets file was missing and full snapshot doesn’t back that up?

I used a linux explorer app and copied the HA file system… config, secrets, scripts all folders, back to the way it was then ran config check it was good. Restarted and i couldn’t get UI back, found I needed to open ports for let’s encrypt on my router.