Not sure how to get the typesense configuration change working on my Unraid install

I just upgraded from 1.48 to the latest and now my Immich instance isn't bootting up fully. I just see "getaddrinfo ENOTFOUND immich-server" on the landing page. I've found that this is due to a breaking change in 1.51. We now need to add a "typesense" line to our install. I'm not quite sure how to do this due to using Unraid and the instructions for install being a little different there. Anyone have any tips?
9 Replies
Alex Tran
Alex Tran3y ago
Is this the community template?
jeremytodd1
jeremytodd1OP3y ago
Immich was installed on my Unraid using the official docs here: https://immich.app/docs/install/unraid
Unraid | Immich
Immich can easily be installed and updated on Unraid via:
jeremytodd1
jeremytodd1OP3y ago
If I go to that page and download the "Immich Docker Compose" file, I see that it does have the type sense stuff on it. Can I just replace the file on my current install and hit the update stack button?
bo0tzz
bo0tzz3y ago
If you haven't made any changes to your compose file, yes
Alex Tran
Alex Tran3y ago
And be sure to include TYPESENSE_API_KEY to the .env file
jeremytodd1
jeremytodd1OP3y ago
Hm, I just added this to the env file as well: "################################################################################### Typesense ################################################################################### TYPESENSE_API_KEY=some-random-text TYPESENSE_ENABLED=false Still not booting up yet... one minute...
jeremytodd1
jeremytodd1OP3y ago
Screenshot when I try to push "update stack" after
No description
Alex Tran
Alex Tran3y ago
Are you sure the content of the compose file matches the one on GitHub?
jeremytodd1
jeremytodd1OP3y ago
When I first installed Immich I used the file that you get when you click "Immich Docker Compose" on that page. I'll try replacing my entire file with that new one to see what happens. Ah, there we go. It's up and running now after using that newer compose file. Thank you!

Did you find this page helpful?