[PR #4] [MERGED] Add script to upgrade immich-server vectors #3

Closed
opened 2025-11-20 04:14:15 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/4
Author: @gartisk
Created: 3/16/2024
Status: Merged
Merged: 3/18/2024
Merged by: @dragonfire1119

Base: masterHead: master


📝 Commits (1)

  • 89034a5 Add script to upgrade immich-server vectors

📊 Changes

2 files changed (+98 additions, -0 deletions)

View changed files

casaos-immich-vectors-upgrade/README.md (+5 -0)
casaos-immich-vectors-upgrade/run.sh (+93 -0)

📄 Description

Hello experts,

I notice a problem,

When I tried to connect to the Immich Server using the Immich Mobile App, the connection was not possible due to the version of the Immich server.

Therefore, I updated the immich-server version in casaos, from 1.94 to 1.98, but I got the vectors version failure.

So I found a solution in the topic below:
https://github.com/immich-app/immich/discussions/7310#discussioncomment-8647872

To conclude, I took the suggested solution and put it into a script.
This solution supports the version of the app with machine learning, but it is simple to convert it to the version without it.

The arguments in the script:
-u username
-p the previous vectors version
-n the new vectors version

To execute:
./run.sh -u casaos -p 0.1.11 -n 0.2.0

Please let me know if you need any changes or further explanations.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/4 **Author:** [@gartisk](https://github.com/gartisk) **Created:** 3/16/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`89034a5`](https://github.com/bigbeartechworld/big-bear-scripts/commit/89034a5c69b4952f7641b2140b63573f773a18e5) Add script to upgrade immich-server vectors ### 📊 Changes **2 files changed** (+98 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `casaos-immich-vectors-upgrade/README.md` (+5 -0) ➕ `casaos-immich-vectors-upgrade/run.sh` (+93 -0) </details> ### 📄 Description Hello experts, I notice a problem, When I tried to connect to the Immich Server using the Immich Mobile App, the connection was not possible due to the version of the Immich server. Therefore, I updated the immich-server version in casaos, from 1.94 to 1.98, but I got the vectors version failure. So I found a solution in the topic below: https://github.com/immich-app/immich/discussions/7310#discussioncomment-8647872 To conclude, I took the suggested solution and put it into a script. This solution supports the version of the app with machine learning, but it is simple to convert it to the version without it. The arguments in the script: -u username -p the previous vectors version -n the new vectors version To execute: ./run.sh -u casaos -p 0.1.11 -n 0.2.0 Please let me know if you need any changes or further explanations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#3