#Issues setting up Immich on Unraid

1 messages · Page 1 of 1 (latest)

spring igloo
#

Hiya, I'm following the AIO guide that's here: https://immich.app/docs/install/unraid/
I've setup the stack and ran it, and it's refusing to stay on.

I attached the immich_server logs as a txt file.
I can't get the logs from immich_postgres, whenever I try to go into it's console or logs the tab just closes. It's probably looping.

sudden arrowBOT
#

:wave: Hey @spring igloo,

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, making sure to use code formatting.
  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.

spring igloo
#

ENV File:


# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/user/media/Photos/
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=postgres

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
sudden arrowBOT
spring igloo
#

If more info is needed let me know :D

spring igloo
#

Never mind, was an issue in my config. Needed to change DB_DATA_LOCATION in my ENV file to DB_DATA_LOCATION=/var/lib/postgresql/data.