Migrate my DB

Hi, I have moved from a docker installation to a debian supervised to cut down on the admin. I want to retain my history from my old db. I have useful history on devise usage and temps etc that I want in the new system too. Can anyone advise how to move it over or merge them? Any potential issues that may arise like device entity conflicts etc

The new install is clean. I did not import the any previous configs (because I am not sure how).

Thanks for any advise in advance

Nice try.

Still using SQLite, the default db? Then it should be possible to copy the home-assistant_v2.db file to the new location. Infact, it should be possible to copy the entire configuration directory (incl. hidden sub-folders) to the new installation location.

OK I will try that.