Updated from 50 to 51 and immich doesn't boot anymore
The machine learning container doesn't boot.
22 Replies


I did add the new typesense variable in the .env, it wasn't booting on the server without the typesense variable, so I fixed that...
Am I missing something? 😄
Did you read the 1.51 release notes? For machine-learning the change is from a few releases ago (maybe 1.48?)
Ah, I didn't, I will

On its way
Thank you bootzz
I have refreshed the whole docker-compose looks like it uses github for the images now

I will do a full refresh
And restart from scratch
Looks like immich didn't like the upgrade
Well
Now I have another problem
My upload location works for my images

It shouldn't be an upgrade that would cause problems 🤔
So the files are stored
That's good
But not the DB?
Where is the DB stored
Because I am uploading files and I can see them
But I don't see where the DB is stored
By default, in the pgdata volume
So as I have deleted everything except my UPLOAD_LOCATION
I have lost the pgdata volume as well
That seems likely
You can list all the volumes with
docker volume ls
Oke
It's my problem then, I thought all the immich data was stored in UPLOAD_LOCATION
Looks like I've lost my users, good to know 😄
You can check the volumes on disk if you think there's still a chance of it existing
Usually in /var/lib/docker/volumes

Either way, you should really set up backups ;)
@bo0tzz I have migrated to a new server and the old one is gone by now
I only had the upload_location
Gotcha
Good thing I still have the images though, it's the most important 🙂
Thank you a lot for your help