Immich update not updating to latest version #1376

Closed
opened 2026-02-05 00:33:55 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @Sonaryr on GitHub (Aug 1, 2025).

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

immich

📂 What was the exact command used to execute the script?

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

When running the update command in the immich container it says:
"No update required. immich is already at v1.136.0"
But there is a v1.137.1 available for a few hours already on github:
https://github.com/immich-app/immich/releases

🔄 Steps to reproduce the issue.

run update in immich container

Paste the full error output (if available).

    _                     _      __  
   (_)___ ___  ____ ___  (_)____/ /_ 
  / / __ `__ \/ __ `__ \/ / ___/ __ \
 / / / / / / / / / / / / / /__/ / / /
/_/_/ /_/ /_/_/ /_/ /_/_/\___/_/ /_/ 
                                     

  ✔️   Recompiled libheif
  ✔️   Image-processing libraries updated
  ✔️   No update required. immich is already at v1.136.0

🖼️ Additional context (optional).

No response

Originally created by @Sonaryr on GitHub (Aug 1, 2025). Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? immich ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. When running the update command in the immich container it says: "No update required. immich is already at v1.136.0" But there is a v1.137.1 available for a few hours already on github: https://github.com/immich-app/immich/releases ### 🔄 Steps to reproduce the issue. run update in immich container ### ❌ Paste the full error output (if available). ``` _ _ __ (_)___ ___ ____ ___ (_)____/ /_ / / __ `__ \/ __ `__ \/ / ___/ __ \ / / / / / / / / / / / / / /__/ / / / /_/_/ /_/ /_/_/ /_/ /_/_/\___/_/ /_/ ✔️ Recompiled libheif ✔️ Image-processing libraries updated ✔️ No update required. immich is already at v1.136.0 ```` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-05 00:33:55 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 1, 2025):

This is by design until the new version is functional. @vhsdream

@MickLesk commented on GitHub (Aug 1, 2025): This is by design until the new version is functional. @vhsdream
Author
Owner

@Tjarkbro commented on GitHub (Aug 1, 2025):

Are you sure? In Script https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh there is this block:

RELEASE="1.136.0"
  #RELEASE=$(curl -fsSL https://api.github.com/repos/immich-app/immich/releases?per_page=1 | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')

  if [[ -f ~/.immich && "$RELEASE" == "$(cat ~/.immich)" ]]; then
    msg_ok "No update required. ${APP} is already at v${RELEASE}"
    exit
  fi
@Tjarkbro commented on GitHub (Aug 1, 2025): Are you sure? In Script [https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh](url) there is this block: ``` RELEASE="1.136.0" #RELEASE=$(curl -fsSL https://api.github.com/repos/immich-app/immich/releases?per_page=1 | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [[ -f ~/.immich && "$RELEASE" == "$(cat ~/.immich)" ]]; then msg_ok "No update required. ${APP} is already at v${RELEASE}" exit fi ```
Author
Owner

@MickLesk commented on GitHub (Aug 1, 2025):

As I said, we fix every immich version until @vhsdream Check and releases it, otherwise there will be a lot of crying when nothing works again.

@MickLesk commented on GitHub (Aug 1, 2025): As I said, we fix every immich version until @vhsdream Check and releases it, otherwise there will be a lot of crying when nothing works again.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1376