V1.132.0 to V1.133.0 goes wrong

Hello, I am currently verry late with updating immich, but when i update from V1.132.0 to V1.133.0 while changing everything (as far as i know) is needed, i cant get it to run. I have added my docker-compose.yml to this thread so you can look and see if there is any problem and if i have maybe missed something. I also added my logs when i startup in V1.133.0
28 Replies
Immich
Immich•5d ago
:wave: Hey @Anthon_wanton, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: 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) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed. Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
bo0tzz
bo0tzz•5d ago
Is that the exact compose file that generates those logs?
Anthon_wanton
Anthon_wantonOP•5d ago
yes, and in the .env are the parameters stored which i can change such as the immich version. So when i set the version to V1.133.0 this is what happens when starting the server (on portainer called 'immich_server') and when setting it to V1.132.0 there are no errors. so it has something to do with the vectorchord, but i cant figure out what
bo0tzz
bo0tzz•5d ago
The postgres image used is ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 but Immich sees vchord 0.4.3. That's not really possible unless something isn't doing what you think
Anthon_wanton
Anthon_wantonOP•5d ago
ah so vectorchord is on a version that is to new? do i need to downgrade it to 0.3.0? Because i first threw this problem in chatgpt and it told me to install vectorchord and i just followed its guidance and probably installed a version that is not compatible
bo0tzz
bo0tzz•5d ago
You shouldn't listen to chatgpt about this stuff, especially not if you have no idea what you're doing It's just going to cause a mess
Anthon_wanton
Anthon_wantonOP•5d ago
That true, i have discovered that chatgpt is not good at al in such cases. Do you know what i can do to solve this?
bo0tzz
bo0tzz•5d ago
You need to figure out what you're actually running, because currently those logs and compose file don't line up
Anthon_wanton
Anthon_wantonOP•5d ago
This is what chatgpt told me and i did: Step 1: git clone --branch v0.1.2 https://github.com/tensorchord/VectorChord.git cd VectorChord Step 2: apt update apt install -y curl build-essential git postgresql-server-dev-14 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env Step 3: make make install Step 4: psql -U postgres -d immich CREATE EXTENSION IF NOT EXISTS vectorchord; \q I hope this says something
bo0tzz
bo0tzz•5d ago
Yeah that makes absolutely no sense lmao
Anthon_wanton
Anthon_wantonOP•5d ago
😂
bo0tzz
bo0tzz•5d ago
Run docker compose down and then start things back up
Anthon_wanton
Anthon_wantonOP•5d ago
I did the command, how do i start the backup?
bo0tzz
bo0tzz•5d ago
hm? the backup?
Anthon_wanton
Anthon_wantonOP•5d ago
yeah, you said start things backup oh you mean start it up
bo0tzz
bo0tzz•5d ago
yes lol
Anthon_wanton
Anthon_wantonOP•5d ago
oops lol
Anthon_wanton
Anthon_wantonOP•5d ago
Ok, i started it back up and this is the log
bo0tzz
bo0tzz•5d ago
Try going to v1.135.0
bo0tzz
bo0tzz•5d ago
Ok, now up the vchord version in the postgres image to 0.4.3
Anthon_wanton
Anthon_wantonOP•5d ago
so this?: image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
bo0tzz
bo0tzz•5d ago
yeah
Anthon_wanton
Anthon_wantonOP•5d ago
Damn, that actually worked. Thank you so much
Anthon_wanton
Anthon_wantonOP•5d ago
This is in my .env file which i am constantly changing: The Immich version to use. You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=v1.135.0 What can i do to set it to the latest version
bo0tzz
bo0tzz•5d ago
=release, but we recommend pinning specific versions
Anthon_wanton
Anthon_wantonOP•5d ago
Nice, it is now finally working great again. Thank you very much for your help.

Did you find this page helpful?