What is the best way to switch from an old HA monitored docker installation to a no supervised docker installation without losing data?

I am getting a lot of error messages in my old supervised docker HA install on raspbian, due to isn’t Hassos. So, I want to switch to a not supervised docker installation of HA (Hassos isn’t a good option for me because I need to install some apps that surely don’t work on hassos, at least without modification, but in that case I will get old supervisor error messages again). But I don’t want to start from 0 again, creating all my automations, configs, and so on… so, what is the best wat to switch?

I tried to start from a clean HA install on docker, and then restore a backup of an old supervised HA, but onboarding screen don’t show restore from backup option, even after a cache and cookies clean. So, tried from System-backups menu, back no restore option is enabled, even I can see the backups I pasted to HA /backups folder.
I don’t know if is possible just extract the .tar and then tar.gz files and overwrite the old files to restore the backup, or if there is a better way, or if it is just not possible…
What is the best way to switch from an old HA monitored docker installation to a no supervised docker installation?

Just copy your /config folder, including all hidden files and directories.

1 Like

THANKS. It worked, but devices have different names after being discovered… so, old automations can’t find it…not sure why this happened.