entrypoint no such file

I recently got my Immich server back up but I am getting a bunch of these returns while it is operating, any cause for concern?
No description
27 Replies
Alex Tran
Alex Tran3y ago
Your docker-compose file is probably out of date and you will need TYPESENSE_API_KEY in your .env
adriano.zoino1
adriano.zoino1OP3y ago
Oh interesting I didn't know I needed to update that is there any documentation on that process and how to add
Alex Tran
Alex Tran3y ago
GitHub
Release v1.51.0 · immich-app/immich
v1.51.0 Breaking Changes 🚨 This release added a new container to Immich's ecosystem, namely Typesense. Please update your docker-compose.yml file to include the new container and .env file to h...
Alex Tran
Alex Tran3y ago
Here you go this was from 3 releases ago
adriano.zoino1
adriano.zoino1OP3y ago
Thank you Alex I will definitely look into this. If I may just ask a quick question. When I want to power down my server for cleaning and then power it back on, should I be shutting down the docker container before I shut down? And like wise does that mean I will have to start it back up on the next start up
Alex Tran
Alex Tran3y ago
You don't have to, when you shutdown your computer, it would send a signal to docker container to shutdown as well with the way Immich is setup, it will auto start upon startup
adriano.zoino1
adriano.zoino1OP3y ago
I see, that is perfect. thanks so much I tried adding it but I think I may have done something wrong
adriano.zoino1
adriano.zoino1OP3y ago
No description
adriano.zoino1
adriano.zoino1OP3y ago
any idea what I did wrong?
Alex Tran
Alex Tran3y ago
your machine learning block is not correct
adriano.zoino1
adriano.zoino1OP3y ago
Oh wow, I didn't even touch that. Perhaps another thing I missed?
adriano.zoino1
adriano.zoino1OP3y ago
Left is mine, Right is the one from the installation page
No description
Alex Tran
Alex Tran3y ago
you have entry_point which is not correct
adriano.zoino1
adriano.zoino1OP3y ago
So I should just remove line 48?
Alex Tran
Alex Tran3y ago
yes
adriano.zoino1
adriano.zoino1OP3y ago
Okay I deleted it, upon trying to start up I am getting the same error
adriano.zoino1
adriano.zoino1OP3y ago
This is with the line 48 removed
Alex Tran
Alex Tran3y ago
If you don't change anything why don't you cope the whole file?
adriano.zoino1
adriano.zoino1OP3y ago
like use the one from the installation? from the website
Alex Tran
Alex Tran3y ago
yes
adriano.zoino1
adriano.zoino1OP3y ago
Hmm, good point That did it! So I was not aware about making changes to that file, I am not the best with keeping up with these changes. Seems like every couple months or so it breaks because I just leave it running without updating. You have been more than helpful but if I may ask one thing, what is the best way to keep up to date? Is there like a script or something?
Alex Tran
Alex Tran3y ago
the best way is to read the release note because we are still in development
adriano.zoino1
adriano.zoino1OP3y ago
GitHub
Releases · immich-app/immich
Self-hosted photo and video backup solution directly from your mobile phone. - immich-app/immich
adriano.zoino1
adriano.zoino1OP3y ago
this^
Alex Tran
Alex Tran3y ago
yes
adriano.zoino1
adriano.zoino1OP3y ago
Thanks so much for the help

Did you find this page helpful?