Installed HA over running installation

Hello,

I have messed everything up :frowning:

Since I upgraded HA to the latest version yesterday I was receiving a lot of “Reparation” notifications. Since I was unable to get rid of all of them I followed the instructions in https://github.com/home-assistant/supervised-installer.

After that it seems that there is a new installation in place of my old one, since trying to access the HA dashboard does no longer gets me to my installation, but to a new one, asking me to create a user name, a password, …

It looks like the old docker container image is still there:

fjorge@plex-ms:~$ sudo docker images
REPOSITORY                                        TAG         IMAGE ID       CREATED         SIZE
ghcr.io/home-assistant/qemux86-64-homeassistant   2022.11.5   5996d3900e1b   5 hours ago     1.5GB
ghcr.io/home-assistant/amd64-hassio-supervisor    2022.11.2   69fd4d76024c   2 weeks ago     341MB
ghcr.io/home-assistant/amd64-hassio-supervisor    latest      69fd4d76024c   2 weeks ago     341MB
ghcr.io/home-assistant/amd64-hassio-cli           2022.11.0   8f668b274244   4 weeks ago     91.5MB
ghcr.io/home-assistant/amd64-hassio-audio         2022.07.0   b04cdaa14488   4 months ago    129MB
ghcr.io/home-assistant/amd64-hassio-dns           2022.04.1   926be8e9945f   7 months ago    85MB
ghcr.io/home-assistant/amd64-hassio-multicast     2022.02.0   fab671d82f29   9 months ago    68.6MB
ghcr.io/home-assistant/amd64-hassio-observer      2021.10.0   5d539a0720ba   13 months ago   76.8MB

Is there any way to recover my old installation?

Thanks.
Fran

You took a working Container install, and over-wrote it with a Supervised install :scream:

The good news is that your old config folder is still wherever you had it.

sudo docker inspect -f '{{ .Mounts }}' 5996d3900e1b

The only way to migrate from Container to Supervised is to take a backup of the working Container install first. This however is likely to be a significant mistake.

No, even though I installed it long ago and I do not remember very well, I think my install was Supervised, since I had the supervisor container running before this.