When changing thumbnail folder, it defaults back to the previous folder a few hours after changing #11944
Replies: 13 comments 14 replies
|
Can you double-check if the drive location at |
|
I had a look at the compose file and I have a suspicion as to what could be happening The guide it told me to add the following line "- ${THUMB_LOCATION}:/usr/src/app/upload/thumbs". So what I think the issue is that since the upload folder (usr/src/app/upload) mounts to /home/ubuntu/gringotts and thumbnails (usr/src/app/upload/thumbs) mounts to /home/ubuntu/immich/thumbs. Immich somehow gets confused and treats /home/ubuntu/gringotts/immich/thumbs as the thumbnail folder instead of /home/ubuntu/immich/thumbs because usr/src/app/upload mounts to /home/ubuntu/gringotts/immich. I hope I made sense, it was so confusing even for me typing it down 😭 |
|
I read through the post because I run into exactly the same issue. I assume the issue is due to the same path of the mount as @aaronjrodrigues already assumed. Anyone found a fix for this? |
|
My Immich instance is also refusing to use the thumbnail path I set. Looking forward to a solution |
|
@alextran1502 Reinstalled immich on a new system with another hetzner storage box mounted, set up the same configuration (locally storing thumbnails on ssd while the rest stored on storage box) and the issue came up again. I don't think it's an issue with the mount itself but a bug in immich. Also updating to the latest version didn't fix the issue. |
|
I still have this issue. Did anyone found a solution to this? @aaronjrodrigues |
|
I ran into the same issue right now. I wanted the uploads to land on the HDD, but the thumbs on the SSD. .env .docker-compose As the thumbs were created on the HDD (which is used as external library too) immich started creating thumbnails for the thumbnails in an endless loop 😨 👻 I guess the warning box here https://immich.app/docs/guides/custom-locations explains our problem!?!
Seems to be a problem with docker bind mounts in a folder/subfolder structure as immich is using internally? |
|
Somehow didn't think of it when first dealing with this thread, but y'all should make sure you don't still have an old orphaned |
|
@bo0tzz Thanks for your advice, deleting the old containers did not help to fix this issue, still persisting for me. |
|
Same issue here. Thinking about that, the default config in docker compose tells docker, that in the root directory where you execute TL;DR I solved the issue with linux OS stuff, but it is basically an actual error within Immich on the check-script I guess! And the folder strcuture should be much cleaner for a better way to use external mounts |
|
@mmomjian may you please let me know which pr/commit fixed the issue? Wanted to have a look at what actually was the underlying issues for this. |
|
I got an email stating that you closed this thread as resolved. Hence why I had tagged, apologies.
…On Wed, Jan 22, 2025 at 12:49, Matthew Momjian ***@***.***(mailto:On Wed, Jan 22, 2025 at 12:49, Matthew Momjian <<a href=)> wrote:
Why did you tag me in this? Have I ever participated in this thread..?
—
Reply to this email directly, [view it on GitHub](#11944 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AJDRWEOWKSUI5NOGMADX7KD2L5ZVLAVCNFSM6AAAAABM3EZ3E2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJRGQ4DQOI).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Linking this to a more recent discussion with the same symptom (#24314) — seeing the exact same behavior described here: thumbnails silently fall back to the default location, with no mount changes and no restart in between. I posted timestamps and Might be worth linking the two threads together in case they're the same underlying issue. |

Uh oh!
There was an error while loading. Please reload this page.
The bug
I followed this guide (https://immich.app/docs/guides/custom-locations/) to make thumbnails get stored on my ssd while my uploads and everything else get stored on my storage box. However I've noticed that it works fine for a few hours and then it reverts to storing the thumbnails on the storage box again.
I'm sure this is happening because I delete the thumbnail folder on the storage box multiple times but it comes back and it starts generating images in the old location again.
The OS that Immich Server is running on
Ubuntu 22.04, ARM64
Version of Immich Server
v1.112.1
Version of Immich Mobile App
v1.112.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
All reactions