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
Is this the community template?
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:
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?
If you haven't made any changes to your compose file, yes
And be sure to include
TYPESENSE_API_KEY
to the .env
fileHm, 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...
Screenshot when I try to push "update stack" after

Are you sure the content of the compose file matches the one on GitHub?
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!