Unless you actually go through the "Backing up your photos" step, you _will_ lose your photos, it's just a matter of time. And if you're like most people, that is probably not acceptable.
And by the time you do the math for the cost of your backups, you'll find Google Photos pricing is actually pretty good.
Still worth it, imo.
drdexebtjl
I love immich! On board since June 2026. But, here's a brief report on my evening installation project.. setting up Immich: Ingesting a 1.7TB library (160k+ RAW photos) is apparently not a standard task!
- Thumbnails and ML vectors consumed hundreds of gigabytes. I had to move the library folder to a dedicated ZFS HDD (700GB currently).
- ImageMagick uses 20GB RAM per Nikon RAW file (this triggered the Linux OOM-killer)
- Container crashes filled the OS drive with 2GB _per_ core dump.
I added `ulimits: core: 0` to the `docker-compose.yml` to stop core dumps and increased VM RAM to 48GB. I also added the following `.env` tweaks:
Then, setup offsite backups with sanoid/syncoid zfs snapshots in pull zero-trust-mode (next evening project :)
Helmut10001
My primary use case for Immich is not as a Google Photos replacement, but as a backup of my photos that are on Google Photos. With all the horror stories in the past of folks getting locked out of their Google accounts (and this all Google services) for misunderstandings without a successful appeal, I don't want to risk losing all of my memories just because Google decided that they needed to lock my account for some reason or another. I'll trust that Google won't lose my data but I don't trust that they will continue to let me access it indefinitely.
nilleo
I made the jump to Immich a month ago after having to prune my Drive more and more often as my free Drive quota ran totally out after 8 years of freeloading.
My homelab had spare capacity and I had already offsite backups to Hetzner Storage Box sorted out so it didn't take long or increase my costs.
Very good experience so far. I moved all my photos including multiple complete wedding albums to it, something I couldn't do with Drive without "converting". Nice to finally have all the Google Photos goodies for everything.
Shout out to immich-go, a cli tool for bulk uploads from Google takeout archives.
ValtteriL
I love this project — I replaced Apple photos with it and it's been smooth sailing the whole way through. I have a public proxy sitting in front of it as well (which it makes easy by letting you configure external sharing URLs), so I can share out password-protected or public galleries and accept uploads without exposing it directly.
cdrnsf
Immich is such a wonderful piece of OSS software. I've replaced Google Photos with it. And then some.
One of the coolest things I've discovered with Immich is you can share an album link with a group of friends and they can all upload and download photos to/from that album without creating an account. It's way lower friction than anything else for sharing pics from a group activity or party or whatever.
krupan
I switched earlier this year and it has been really good. Exporting and uploading your google photos is a little time consuming because of the size, but other than that pretty pain free.
After using it for a while I actually prefer it to google photos and think it does quite a few things better. I would recommend switching for sure.
LandoCalrissian
It’s data privacy. You won’t save any money, google is dirt cheap when it comes to storage, because of their scale. (I’m talking storage you can use for Immich pictures)
In hindsight I am baffled that I accepted for google to have all my pictures, scan all the faces, etc. Insane.
But when everyone is doing it, it turns something off in the brain. I attended a seminar where the explanation was: We don’t have the cognitive resource to do a deep analysis (or any analysis) of every single decision every minute, which is why, evolutionary, we relied on crowd wisdom to move such decisions from CPU to ASIC, the ASIC being “is everyone else doing it?”.
I am still angry at myself that I gave them my pictures for years, the pictures of my relatives’ kids, etc.
@Immich team: pleeeeease add the horizon straightening feature.
illiac786
> The ability to upload photos from your device automatically
I don't think the article actually covers this; they mention installing the immich app on your device and uploading a photo, but it's not at all clear that this will automatically back up all photos taken on your phone.
comments (10)
Unless you actually go through the "Backing up your photos" step, you _will_ lose your photos, it's just a matter of time. And if you're like most people, that is probably not acceptable.
And by the time you do the math for the cost of your backups, you'll find Google Photos pricing is actually pretty good.
Still worth it, imo.
drdexebtjl
- Thumbnails and ML vectors consumed hundreds of gigabytes. I had to move the library folder to a dedicated ZFS HDD (700GB currently).
- ImageMagick uses 20GB RAM per Nikon RAW file (this triggered the Linux OOM-killer)
- Container crashes filled the OS drive with 2GB _per_ core dump.
I added `ulimits: core: 0` to the `docker-compose.yml` to stop core dumps and increased VM RAM to 48GB. I also added the following `.env` tweaks:
Also, make sure to limit max logging size in `docker-compose.yml` - this alone cleared up 17GB of logs that were generated in just 4 hours for me: Then, setup offsite backups with sanoid/syncoid zfs snapshots in pull zero-trust-mode (next evening project :)Helmut10001
nilleo
My homelab had spare capacity and I had already offsite backups to Hetzner Storage Box sorted out so it didn't take long or increase my costs.
Very good experience so far. I moved all my photos including multiple complete wedding albums to it, something I couldn't do with Drive without "converting". Nice to finally have all the Google Photos goodies for everything.
Shout out to immich-go, a cli tool for bulk uploads from Google takeout archives.
ValtteriL
cdrnsf
For the nerds...https://jaisenmathai.com/articles/my-ridiculously-robust-pho...
jmathai
krupan
After using it for a while I actually prefer it to google photos and think it does quite a few things better. I would recommend switching for sure.
LandoCalrissian
In hindsight I am baffled that I accepted for google to have all my pictures, scan all the faces, etc. Insane.
But when everyone is doing it, it turns something off in the brain. I attended a seminar where the explanation was: We don’t have the cognitive resource to do a deep analysis (or any analysis) of every single decision every minute, which is why, evolutionary, we relied on crowd wisdom to move such decisions from CPU to ASIC, the ASIC being “is everyone else doing it?”.
I am still angry at myself that I gave them my pictures for years, the pictures of my relatives’ kids, etc.
@Immich team: pleeeeease add the horizon straightening feature.
illiac786
I don't think the article actually covers this; they mention installing the immich app on your device and uploading a photo, but it's not at all clear that this will automatically back up all photos taken on your phone.
pavel_lishin