I mounted that volume the first time I opened immich, glad they changed it =)
Immich v1.102.0 - ⚠️ Breaking Changes (OPT-IN ONLY)
Submitted 6 months ago by barbara@lemmy.ml to selfhosted@lemmy.world
https://github.com/immich-app/immich/discussions/8930
Comments
barbara@lemmy.ml 6 months ago
eskuero@lemmy.fromshado.ws 6 months ago
lol same I like to know exactly where the data is
sabreW4K3@lazysoci.al 6 months ago
Me too!
- /opt/immich/postgres:/var/lib/postgresql/data
saddlebag@lemmy.world 6 months ago
I’m not using immich in docker. Can you explain what this breaking is there to fix?
barbara@lemmy.ml 6 months ago
The datbase files were saved in an internal docker directory and the breaking change is that the location is now different, outside of docker.
5PACEBAR@lemmy.world 6 months ago
Me, an intellectual, who was already mounting the database data folder to the host filesystem.
ShortN0te@lemmy.ml 6 months ago
Who the hell is pulling the docker-compise.yml automatically every release? I find myself already crazy by pulling the latest release but the compose file is just a disaster waiting to happen.
Bakkoda@sh.itjust.works 6 months ago
I honestly never once thought to do this. Ever. No likey.
barbara@lemmy.ml 6 months ago
Especially since the original doesn’t care about selinux and it would overwrite everything.
And it doesn’t specify a repositorywhich breaks auto updates of podman
Lem453@lemmy.ca 6 months ago
Complete insanity.
Then again it seems like people were using a docker volume to save all their precious photos rather than a mount point on the host. Also seems insane to me.
ArcticDagger@feddit.dk 6 months ago
Could you explain a bit more about why it’s insane to have it as a docked volume instead of a mount point on the host? I’m NKT too well-versed with docker (or maybe hosting in general)
jvh@feddit.uk 6 months ago
What’s the difference? The docker volume, on my setup anyway, is in /mnt/md0/docker-data/immich_upload/_data/
It’s still a directory on the host either way? Although I guess if it’s a mount point it won’t get removed when removing volumes in docker.