Help installing on UNRAID
First of all Im new to UNRAID and basically all command line programming.
Things I have understood and done so far-
1. Installed redis, postgressql 14 and immich
2. DOCKER_MODS= imagegenius/mods:universal-redis|imagegenius/mods:universal-postgres [https://i.imgur.com/1F4Iy5Y.png]
Then running log for immich shows this error [https://imgur.com/wEa30Um]
Any help would be appreciated.
15 Replies
Have you tried our install guide at https://immich.app/docs/install/unraid#docker-compose-method-official?
Unraid | Immich
Immich can easily be installed and updated on Unraid via:
Hello, the postgres docker mod has been deprecated, if you already have installed postgres and redis remove DOCKER_MODS from your template
Yes. Community Applications Template version.
Removed. Now this showing.

After adding ip address instead of localhost, I think pstgres and redis is connecting now

Now it saying password authentication failed.
Do I need to setup something in postgres and redis?
Yes you have to make sure you use the correct password / username for postgres
I have not set anything in postgres just superpass.
How to setup password in postgres?
It depends
If it's your first time using postgres and don't use for other projects you should be fine using the username and password you set for
POSTGRES_USER
and POSTGRES_PASSWORD
in your postgres template
If you already use it for other projects I recommend you to use psql
or adminer to set a new user, db ...
Not using postgres for anyother thing. Tried making new database 'test', still same error 'pass auth failed'
Can you share command to set POSTGRES_PASSWORD?
It's in your postgres template, on unraid, go to the Docker tab, click on the postgres icon and click on the edit button
Done that already but still is same
Are you sure
DB_USERNAME
, DB_PASSWORD
and DB_DATABASE_NAME
in your immich template are the same as POSTGRES_USER
, POSTGRES_PASSWORD
and POSTGRES_DB
in your postgres template ?