Issues with Installation.
Hey, I am running Immich with the following configuration attached. However I am getting a lot of errors.
I've attached the logs of postgres and immich server as they seemed the most unusual.
22 Replies
ps: I am getting the following error by running the default ,env file and docker-compose.yml with only upload location changed. I tthink you need to check this guys

What is your cpu?
If you cpu doesn’t have avx instruction you will need to disable Typesense
It's an old Intel Pentium E5400
Do does that mean no search functionality at all?
only metadata
no CLIP saerch
Oh
That's sad
So do I remove the typesense from docker-compose completely or disable it through env?
You can remove it from the compose file and must use the env to disable it so the server won’t create a client and error out
still getting this error after removing typesense

Can you repost your .env and docker-compose as well as providing the server log please?
I am currently using the default env and docker compose with upload location changed
although I am using the portainer method
can you capture the screenshot of your .env value?
Also have you bring the stack down and up after changing the content of .env file?

GitHub
immich/.env.test at main · immich-app/immich
Self-hosted photo and video backup solution directly from your mobile phone. - immich/.env.test at main · immich-app/immich
grabbed it from here
I've rebuilt the stack aka stop, delete, remove volumes, then update the stack after I changed the env
.env.test is for testing container
you need the values from example.env
here's an updated one

sorry about it
Now after loading for a long time I am getting 504 error

You should leave the values below as default
Ah finally I am in!

is there a list of avx supported cpus to check from if I want to use typesense?
most modern CPUs support AVX
You can run typesense on a different machine though
using the variable
TYPESENSE_HOST
you can point Immich to query typesense from another machineah that's awesome I will try that thank you