fredpcar
IImmich
•Created by fredpcar on 2/8/2025 in #help-desk-support
Unclear folder structure and refresh job result
I am confused (á bit) about the folder structure which is used for the user.
I configured a volume with this path:
/MobileUploads (underneath is an NFS mount)
The idea is to have for each mobile user uploading pictures a separate folder. This works almost exactly as expected; i see the latest uploads ending up here:
/MobileUploads/library/00-Frederic-Mobile/2025/02
Now, why almost? Because i cannot explain the library folder as an additional level - i would have expected this instead:
/MobileUploads/00-Frederic-Mobile/2025/0
But ok, it doesnt hurt - i would still like to understand it, though.
Now i also realized that some of my old mobile photos were missing in this structure underneath this folder:
/MobileUploads/library/00-Frederic-Mobile/2019/04
I wanted to add manually the missing photos to this folder and then run the refresh job - but it does not have any effect. Can i add missing folder into the folder structure or would this have to be created as an external library?
8 replies
IImmich
•Created by fredpcar on 1/26/2025 in #help-desk-support
immich server not reachable
I realized my immich instance is not reachable (not via app, not via browser or wget). The docker containers are all running ("healthy"):
immich_server
immich_machine_learning
immich_postgres
immich_redis
for immich_server, i see:
a76d919ce5e3 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 35 minutes ago Up 35 minutes (healthy) 2283/tcp, 0.0.0.0:2283->3001/tcp, :::2283->3001/tcp
And netstat also shows the 2283 as LISTEN
docker logs with the postgres container seems to lead nowwhere:
2025-01-26 14:45:42.348 UTC [1] LOG: redirecting log output to logging collector process
2025-01-26 14:45:42.348 UTC [1] HINT: Future log output will appear in directory "log".
docker logs on immich_server shows as last line:
[Nest] 7 - 01/26/2025, 2:28:11 PM LOG [Microservices:Bootstrap] Immich Microservices is running [v1.125.2] [production]
Any clues where to look next?
7 replies