Immich

I

Immich

A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.

Join

Immich seem to have reset after moving new folder structure

i must have somehow screwed up when i was moving data to the new structure. server stats showing as 0 for everything and not sure how to get things scanned again. Immich v1.140.1 installed on truenas and added the mounts...
No description

Immich Remote ML frozen or 429

Currently i have the following compose.yaml file on my mac. This is a copy paste of the compose file as described in the immich website ``` name: immich_remote_ml services:...

Immich not starting after upgrade

I just upgraded immich from 1.131.3 to the latest version (1.140.1) but now it doesnt start anymore and I get this error.

Not sure what is happening...140.1

Been using 139.3 or 139.4. Occasional no photos in library in iOS. But been manageable. Now I updated to 140.1, and something weird. It won't properly scan external libraries. In my iOS device, all existing thumbnails (not including new ones) are moved to trash. I have 139412 thumbnails....
No description

Immich does not upload images correctly

Immich is currently on version 1.140.1 Previous versions: - Installed 1.140.1 on September 4, 2025 - Installed 1.139.4 on August 29, 2025 - Installed 1.137.3 on August 7, 2025...
No description

Foreground Backup Item Counter and regular Upload Pauses

Hello, I am using the foreground backup on Android and from time to time the "uploading file info" progresses quite fast, but only until ~50%, ~70% of the image. Then the next image starts uploading, but the counter doesn't decrease . After processing ~10-15 images with that behavior, it keeps pausing at one image at for some minutes. From time to time, the Remainder counter reduces. Sometimes closing/opening the upload menu, re-triggers the processing and again images are uploaded to 50-70% only, proceeding to the next image quite fast. That is newly discovered behavior for me for some weeks. The upload was always quite straightforward without that issue for many months. ...

Possibility of importing iphone photos as .zip

Hello yall! When connecting an iphone to a pc, you can copy all photos in subdirs. Would it be possible to copy all of them, put them in a zip as they are and then upload them via immich-go?...

iOS many failures in log

Hey there. I can’t seem to get all my photos to upload fully. My photos are not saved in iCloud, I downloaded them locally. There are 25k successful but about 6k that are failing and have been for a couple days. Log screenshots attached....
No description

Question about animated AVIFs

When you view and open a GIF, it may have been transcoded as a WEBP but the WEBP will be animated and play normally. This behaviour doesn't seem to apply to animated AVIFs, which will just show a static screen (could be related to how -map 0:v:1 needs to be specified in ffmpeg to convert avifs with animation frames properly). I know you can check 'Display original photos' but this option isn't available if you're accessing a public shared link. I was wondering if I'm missing something obvious...

Default autoscan not working

I've got Immich installed through BigBearCasaOS on Windows 11. It's set up to use an external library (Internal HDD). All works well but the default midnight autoscan is not running even though it's setting is activated. Does anyone know how to fix this please? I'm a beginner to linux/ubuntu and Immich.
No description

Enabling Storage Templates ended in jobs not completing

I went ahead and enabled Storage Templates because I wanted a more Synology Photos-esque experience, where the filenames were based off of the date and time that the photo was taken, as well as having the images all stored in easy to access photos in case I ever wanted to copy out the raw jpeg files. After enabling it, I ran the Storage Template migration job. It says "Active 1, Waiting 38." It's been like that for several hours now. While I was waiting for it to do its thing, I also went and added a bunch of names to the faces. Now, facial recognition says "Active 1, Waiting 2,305." I'm not fully sure what to do here, as it just appears to be stuck. The file and folder names are still very wild, and those jobs seem to be unable to progress....

Using a Network Drive as my main storage location

Hi i am setting up Immich on a computer we will call computer 1 which is running the containers etc. and computer 2 which is running a network drive. i was able to get immich up and running up until it started to ask me to upload/ backup from my phone when i started backing up i saw there was no activity on my computer 2. i have completed the setup using chat gpt to guide me through all the various permissions etc to get to this point. The issue now is that it is storing all the photos to my C d...
No description

Failed to search smart

Search smart not working. Face recognition works fine. I have tried rerunning the smart search job multiple times. Using the default http://immich-machine-learning:3003/ but that isn't my server address or port exactly where it is installed on Truenas. This is accessing immich directly with a proxy, latest version. etc. The only variable I changed was to the slightly better CLIP of ViT-SO400M-16-SigLIP2-384__webli.
No description

API results not matching whats in database

Does anyone have any idea while I see two rows when querying the database directly as per below:
SELECT *
FROM asset
WHERE "originalFileName" = '20220216_143303_79FC8348.mov';
SELECT *
FROM asset
WHERE "originalFileName" = '20220216_143303_79FC8348.mov';
...

iOS: Which albums should I select to upload?

I want to sync everything, but it's been trying for almost a week to sync everything. I want to keep the album organization, which seems like it forces it to upload each photo once per album it's in. Is this the only way?...

database location missing after update

Hi folks, I recently updated my immich install as usual using docker compose pull, but first redownloaded the docker-compose and env files seeing as there were some breaking changes (it was a while since my last update). Now though it seems it doesn't launch ``` ~/immich$ docker compose up -d WARN[0000] The "DB_DATA_LOCATION" variable is not set. Defaulting to a blank string. ...

Prometheus Metrics missing

Hi, I tried to set up Prometheus Metrics and a Grafana dashboard for my immich instance in Kubernetes, I found no issues on this but it seems that the Metrics immich_server_stats* are not available in the current immich version, is that correct or am I missing something? I set IMMICH_TELEMETRY_INCLUDE=all and IMMICH_METRICS=true (this one seems legacy and didn´t change behaviour as far as I could gather) ...
No description

Live reload don't seem to work with make dev

Hello, I'm a developer and wanted to make some PR. I had some problem to start the project on MacOS. adding custom UID and GID to the postgres docker did the trick (and adding to .env btw) and started with make dev ``` user: '${UID:-1000}:${GID:-1000}'...

Immich getting ECONNREFUSED in logs when trying to connect to POSTGRESSQL

Has been working for ages but randomly noticed it had stopped. I have both containers in a custom docker network. Why is this happening? Error: connect ECONNREFUSED 172.18.0.10:5433 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) { errno: -111,...

Edited photos lose original metadata

Using Immich to perform a simple exit, I.e. rotating an image 90 degrees, results in the newly saved image not having any of the original metadata. The edited photo jumps to the front of the timeline with the current date/time instead of original date/time and no longer shows camera information.