#All files are now offline paths

1 messages · Page 1 of 1 (latest)

narrow jungle
#

I have a ubuntu vm with docker running immich. I just upgraded from 105 to 106.2. Updating this and now all of my photos state the correct location of "upload/library/Taylor/2024/06-10/20240610_135054.jpg"
I have attached my docker yaml file.
Looking into the immich server I show the volume as /data/compose/8/library is /usr/src/app/upload but when I go to that location I don't show the mount. Am I mounting the file wrong?
Here is what it looks like on the immich page looks like with the photo

torpid scaffoldBOT
#

:wave: Hey @narrow jungle,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: I have read applicable release notes.
  3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
  4. :ballot_box_with_check: I have reviewed Github for known issues.
  5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

narrow jungle
torpid scaffoldBOT
narrow jungle
#

Also immich_postgres shows as unhealthy

steady garden
#

Check your mount at UPLOAD_LOCATION this means the mount is not correctly mounted so the server cannot read the file

narrow jungle
#

Okay, so I messed up.
Forgot to change
"volumes:- ${UPLOAD_LOCATION}:/usr/src/app/upload" to "volumes:- upload:/usr/src/app/upload" in immich_server. Looks like things are working. Going to quickly verify

#

I am still getting an unhealthy for immich_postgres and whenever immich needs to backup a file I get a backup error but it does back up. So not sure why
Here is the log for immich_postgres
"PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-06-11 19:13:36.438 UTC [1] LOG: redirecting log output to logging collector process
2024-06-11 19:13:36.438 UTC [1] HINT: Future log output will appear in directory "log".
PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-06-11 19:16:46.691 UTC [1] LOG: redirecting log output to logging collector process
2024-06-11 19:16:46.691 UTC [1] HINT: Future log output will appear in directory "log".
PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-06-11 19:43:41.981 UTC [1] LOG: redirecting log output to logging collector process
2024-06-11 19:43:41.981 UTC [1] HINT: Future log output will appear in directory "log".
PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-06-11 19:44:41.404 UTC [1] LOG: redirecting log output to logging collector process
2024-06-11 19:44:41.404 UTC [1] HINT: Future log output will appear in directory "log"."