Docker container using different image, no data

I run home assistant in docker on my Synology.

I want to update the image my container is running. I naively thought I could just redeploy a new container using the same volume mount and it would restore my previous data

But when I deploy a new container with the same volume mount, I’m presented with the welcome to home assistant page and not my existing data.

What am I doing wrong?

It’s not seeing the mounted volume.

The data exists on the server. Verify the location and that the data still exist. Also verify the hidden .storage folder is still there.

Ahh i missed the .storage folder, thanks for your help