Replies: 10 comments
-
Hello, what is your server spec? is Immich hosting on an SSD or HDD? |
Beta Was this translation helpful? Give feedback.
-
I am running the actual images on HDD, but the DB and everything else is on a SSD using ZFS. Only tricky part might be that I use a jail under Truenas Scale to get the full docker compose experience: https://github.com/Jip-Hop/jailmaker |
Beta Was this translation helpful? Give feedback.
-
@florihupf Do you think following this guide to install would be helpful? https://immich.app/docs/install/truenas |
Beta Was this translation helpful? Give feedback.
-
Thanks for the pointer, but I prefer a raw docker compose environment due to stability. I am running immich for a long time with no issues so far. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to find more debug info on what is going on? |
Beta Was this translation helpful? Give feedback.
-
From my understanding the issue of not able to write to the database is because disk IO has maxed out. What is the job concurrency do you have for Metadata extraction job? Perhaps lowering it would help solve the issue. The database mapping from your docker compose, is it on an SSD or HDD? |
Beta Was this translation helpful? Give feedback.
-
I had the default concurrency of 5 and the database is on an SSD. Let me try to lower the concurrency. |
Beta Was this translation helpful? Give feedback.
-
Lowering the concurrency seems to help, it is still going, will report when things are done / have failed: fingers crossed :-) |
Beta Was this translation helpful? Give feedback.
-
Hello, did lower the concurrency help with the issue? |
Beta Was this translation helpful? Give feedback.
-
Hi Alex, yeah, looks like it went through with no issues at concurrency "1" after 11h for about 130k assets. Thanks for the helpful pointer! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
Just upgraded to 1.83.0 but this also happened with 1.82.1: When running the "Extract Metadata" job I get a lot of connection errors (every 1-2s).
If I let the job continue I end up with missing thumbnails.
Example logs:
I have tons of assets (> 120k). Other than that, everything works fine.
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.83.0
Version of Immich Mobile App
v1.82.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
Let me know if I can provide additional information. And thanks a LOT for immich. :-)
Beta Was this translation helpful? Give feedback.
All reactions