This thing changes versions faster than I can update my homelab… Lol.
This looks a lot more complicated that Watchtower. Is this something different or add other functionality?
Which isn’t a great idea with all the breaking changes. I’d assume it gets better after v2, but still.
Your comment is spreading false information. With the stable release the Immich team has committed to no breaking changes except for major version upgrades, so if you pin to 2.x.x you will be perfectly fine
That’s what I thought, but last time I looked I only saw a “release” tag, no “v2” tag. Did I miss something?
I automate my upgrades, but I also automate my backups, and monitoring.
If an upgrade breaks something, my health monitor lets me know and I can roll back to the previous day.
This is the way
I’ve been doing this in my kubernetes cluster since immich was less than v1.49.0 (that’s the earliest I can find but it’s been over 4 years).
Your comment could have been more constructive: something like “this is really cool, just be sure you don’t auto merge PRs without reading the patch notes. Learn about the process before you roll this out to your mission critical systems!”
This is a learning opportunity (possibly even for you). Show others how to do things well and the whole community can benefit.
You sound condescending af.
This is a learning opportunity (possibly even for you)
Hey everyone has a learning opportunity. Some even have a separate production system!
Did you learn anything?
I’m finally migrating from iCloud Photos to Immich next weekend. I finally have my NAS setup going
Can you please let us know how the transition went after a few weeks? I’m also considering the same but I’m also content with Apple Photos features like live photos etc.
Live Photos works in Immich.
One thing I really like about Apple photos is the memories that it suggests.
I transitioned from Google photos to immich about a year ago:
-
face recognition is absurdly much better
-
searching for images is some black magic stuff
-
it’s generally faster
-
it’s map is really slow
-
Those who run immich, how have you been backing up your library?
My deployment isn’t anything fancy, it is currently a Raspberry Pi 4 with a 2TB external drive for the photo library. Been running for more than 6 months with minimal issues. Now that we are at a stable release I need to get some kinda backup going for the photos themselves.
I have Immich on a proxmox container and use proxmox backup. It has already save me once.
I run it baremetal, the photos / videos are all on a separate location (so are “Externsl Libraries” in Immich) and are backed up…
As far as the Immich application itself, I’m not currently backing up anything as I’ve been trialing it… but, I’ll aim to backup any configurations, but I’m thinking to maybe ignore any database - it can just relearn everything if I need to do a restore… depends how big that DB is…
The same way as all other services: all relevant data (compose.yml and all volume mounts) are in a btrfs subvolume. Every night a snapshot gets made and mirrored to a remote server by btrbk.
how much do you pay for the remote server? was thinking about doing something like this for nextcloud (and i might end up using immich in the future)
That server is also a homeserver I manage for family (in another city). The two homeservers then mutually back up each other.
I run Immich in a VM on Proxmox which gets backed up every 12 hours and all my photos are on the NAS which gets snapshotted every 12 hours and pushed to an external drive and a Hetzner box.
I clone the dirs nightly to a separate server + storage. Monthly to an offsite.
Has anyone be able to get memories to work. I don’t get any notifications. I probably don’t understand how that works. Any pointers except the official documentation will be helpful.
They show images from the same day in past years. So if your library has no images >= 1 year old I’m not sure if anything shows up.
Notifications? It doesn’t give you notifications. It just shows it at the top in the main interface (if there are any).
I love immich and as soon as the feature for automatic clean up for already backed up images is available it’s going to be perfect.
automatic stacking would be nice too
oh fuck me i missed the 2.0;-)
I mean, if you’re offering….
Immich is such a cool piece of software 🤩
Still crutching on containers?
I hated them too at first, but that’s because I didn’t understand them and they were new and scary.
They’re still a little scary but, after having a dependency issue on another Linux box, I get the purpose of docker a little bit better now.
Here’s a helpful primer:
Your kubernetes seems a bit unstable.