Add script to upgrade immich-server vectors - #4
Merged
Conversation
Contributor
|
Awesome, nice work Could you do a change log on BigBearCommunity and then explain to the users how to use it? https://community.bigbeartechworld.com/c/big-bear-scripts/bigbearscript-change-log/48 I want to start creating a post for each major change that happens to let users know. |
Author
As soon as possible bro! |
Contributor
|
Thank you for your time on this. Feel free to help out more if you can! I really appreciate it, man! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
immich-app/immich#7310 (comment)
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.