aas8051
IImmich
•Created by aas8051 on 4/10/2023 in #help-desk-support
Update to 1.53 completly failed: Immich doesn't start.
Hi. Thank you very much. It seems to run ok:
root@trantor:~# docker logs immich_machine_learning
[2023-04-13 18:40:43 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-04-13 18:40:43 +0000] [1] [INFO] Listening at: http://0.0.0.0:3003 (1)
[2023-04-13 18:40:43 +0000] [1] [INFO] Using worker: gthread
[2023-04-13 18:40:43 +0000] [13] [INFO] Booting worker with pid: 13
[2023-04-13 18:40:43 +0000] [14] [INFO] Booting worker with pid: 14
I've downloaded the docker-compose file about one hour ago from this link: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml and the immich-machine-learning section was this:
immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:release
entrypoint: ["/bin/sh", "./start-microservices.sh"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
- .env
depends_on:
- redis
- database
- typesense
restart: always
Please, can you check the file from the link. I think the file is outdated. The link is in https://immich.app/docs/install/docker-compose. I use this link because is easier to find than in github.
Best regards
Alberto
179 replies
IImmich
•Created by aas8051 on 4/10/2023 in #help-desk-support
Update to 1.53 completly failed: Immich doesn't start.
Hi Alex,
I 've compared my stack file (I'm using portainer) with the docker-compose.yml i've just downloaded from github and I didn't noticed any differences except the comment lines for disabling Typesense and some old (and maybe useless) lines from my old stack file like NODE_ENV:Production. I upload my stack file. Please, would you check it? Perhaps I didn't noticed something important.
Best regards.
179 replies
IImmich
•Created by aas8051 on 4/10/2023 in #help-desk-support
Update to 1.53 completly failed: Immich doesn't start.
Hi again.
Something went wrong removing Typesense. Now, immich-server can start, but it goes down every little time. I was looking the logs and the trouble seems to be with Machine-Learning.:
root@trantor:~# docker logs immich_machine_learning /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file /bin/sh: 0: cannot open ./entrypoint.sh: No such file [....] /bin/sh: 0: cannot open ./entrypoint.sh: No such file root@trantor:~#Do I need to disable anything more? Best Regards Alberto
179 replies
IImmich
•Created by aas8051 on 4/10/2023 in #help-desk-support
Update to 1.53 completly failed: Immich doesn't start.
Thank you very much. I disable Typesense following the instructions on this post (https://github.com/immich-app/immich/issues/2224) and immich started fine.
179 replies