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.
Imgur
15 Replies
bo0tzz
bo0tzz2y ago
Unraid | Immich
Immich can easily be installed and updated on Unraid via:
martabal
martabal2y ago
Hello, the postgres docker mod has been deprecated, if you already have installed postgres and redis remove DOCKER_MODS from your template
xiongster
xiongsterOP2y ago
Yes. Community Applications Template version.
xiongster
xiongsterOP2y ago
Removed. Now this showing.
No description
xiongster
xiongsterOP2y ago
After adding ip address instead of localhost, I think pstgres and redis is connecting now
xiongster
xiongsterOP2y ago
No description
xiongster
xiongsterOP2y ago
Now it saying password authentication failed. Do I need to setup something in postgres and redis?
martabal
martabal2y ago
Yes you have to make sure you use the correct password / username for postgres
xiongster
xiongsterOP2y ago
I have not set anything in postgres just superpass. How to setup password in postgres?
martabal
martabal2y ago
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 ...
xiongster
xiongsterOP2y ago
No description
xiongster
xiongsterOP2y ago
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?
martabal
martabal2y ago
It's in your postgres template, on unraid, go to the Docker tab, click on the postgres icon and click on the edit button
xiongster
xiongsterOP2y ago
Done that already but still is same
martabal
martabal2y ago
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 ?

Did you find this page helpful?