mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-08-02 10:18:41 -04:00
[PR #4] [MERGED] Add script to upgrade immich-server vectors #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
89034a5Add 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.