I wondering if it’s possible to change the home assistant installation from my synology NAS virtual machine to a docker installation (also at the syno).
my home assistant creats every night a snapshot file to the google drive.
Is it possible to install home assistant via docker and import that snapshot?
Or is this an other file / should I reconfigurate the whole home assistant new?
Yes. Extract the contents of the config folder and map that for the /config folder of the Docker container.
You’ll have to sort out any add-on you have separately, since those will now be run as Docker containers. Their config will be in the snapshot, but it’s unlikely you can just copy them over. You should be able to use the details to manually configure each however.
I have a similar question trying to migrate my VM to a new docker installation.
I configured the google backup, but I am unable to find a config directory / structure in the tar archive.
Any other tip ?