#Update Immich CLI inside Docker Container

1 messages · Page 1 of 1 (latest)

barren relic
#

Hi!
Im running Immich within Unraid with the imagegenius Docker Container. (ghcr.io/imagegenius/immich:latest)

My current CLI version is 2.0.7. How can I update to 2.1.0? Is there a command I can execute within the Immich container?

I wanna use the CLI to bulk upload all my existing photos.
I'm facing the same problem as stated here:
https://www.reddit.com/r/immich/comments/1bcjys9/errors_with_immich_cli_help/

Dry run works, but the real upload fails. As a solution I should update to CLI 2.1.0.

Thank you!

Reddit

Explore this post and more from the immich community

unreal vaultBOT
#

:wave: Hey @barren relic,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: I have read applicable release notes.
  3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
  4. :ballot_box_with_check: I have reviewed Github for known issues.
  5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

unreal vaultBOT
jaunty tendon
#

cd /app/immich/server/ && npm i @immich/cli

barren relic
barren relic
jaunty tendon
#

You're welcome 😄

barren relic
jaunty tendon
#

What's the output for which immich ?

barren relic
jaunty tendon
#

Yeah so it uses the custom executable here

#

which uses the immich cli installed with the server project

#

So npm i -g @immich/cli installed it

#

But running immich ... does not use it

barren relic
jaunty tendon
#

Yeah because that command updates the cli installed in the server project