I
Immich3y ago
RitZz

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
RitZz
RitZzOP3y ago
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
No description
Alex Tran
Alex Tran3y ago
What is your cpu? If you cpu doesn’t have avx instruction you will need to disable Typesense
RitZz
RitZzOP3y ago
It's an old Intel Pentium E5400 Do does that mean no search functionality at all?
Alex Tran
Alex Tran3y ago
only metadata no CLIP saerch
RitZz
RitZzOP3y ago
Oh That's sad So do I remove the typesense from docker-compose completely or disable it through env?
Alex Tran
Alex Tran3y ago
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
RitZz
RitZzOP3y ago
still getting this error after removing typesense
No description
Alex Tran
Alex Tran3y ago
Can you repost your .env and docker-compose as well as providing the server log please?
RitZz
RitZzOP3y ago
I am currently using the default env and docker compose with upload location changed although I am using the portainer method
Alex Tran
Alex Tran3y ago
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?
RitZz
RitZzOP3y ago
No description
RitZz
RitZzOP3y ago
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
RitZz
RitZzOP3y ago
grabbed it from here I've rebuilt the stack aka stop, delete, remove volumes, then update the stack after I changed the env
Alex Tran
Alex Tran3y ago
.env.test is for testing container you need the values from example.env
RitZz
RitZzOP3y ago
here's an updated one
No description
RitZz
RitZzOP3y ago
sorry about it
RitZz
RitZzOP3y ago
Now after loading for a long time I am getting 504 error
No description
Alex Tran
Alex Tran3y ago
You should leave the values below as default
IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
RitZz
RitZzOP3y ago
Ah finally I am in!
No description
RitZz
RitZzOP3y ago
is there a list of avx supported cpus to check from if I want to use typesense?
Alex Tran
Alex Tran3y ago
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 machine
RitZz
RitZzOP3y ago
ah that's awesome I will try that thank you

Did you find this page helpful?