#Issue updating immich on zima blade

1 messages · Page 1 of 1 (latest)

sleek cipher
#

Hello all,
I'm an happy user of immich.
I'm facing a problem updating immich.
I was on version 1.129 and all was running fine.
I tried to update to version 1.132.3, updated the docker-compose but I believe that the migration to vector failed, probably caused by disk space on zima blade.

I did a database backup and I tried to restore it and also go back to the previous docker compose, after multiple attemps and hours I'm finally got 1.129.0 back to work.

can someone help me?
attached both version of the compose file.

from my actual version how I can upgrade to the last one without risking corrupting everithing?
DO I need to upgrade step by step or I can go directly to the latest?

Thanks in advance

mighty patioBOT
#

:wave: Hey @sleek cipher,

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

#

Checklist

I have...

  1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time).
  2. :blue_square: read applicable release notes.
  3. :blue_square: reviewed the FAQs for known issues.
  4. :blue_square: reviewed Github for known issues.
  5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy).
  6. :blue_square: uploaded the relevant information (see below).
  7. :blue_square: 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.

rain token
#

Hi @sleek cipher you need to go to v1.136.0 and then you can go to latest

#

Also, immich-microservices has been deprecated for quite a while now

#

I'm pretty sure it's not doing anything other than getting in the way

sleek cipher
#

Thanks for the hint, If I try to start over from scratch with the latest version what I am going to loose?

tired hatch
#

Starting from scratch you'll have to reupload all your photos
you'll have to recreate every album, you'll loose face association with names

rain token
#

You could start with a clean compose of your old version and restore your backup first

tired hatch
#

That's the better option of the 2, indeed

sleek cipher
#

Last time I tried the upgrade to the 1.132 I had a lot of problems, Just to be clear, if I keep the media folders and loosing album / face recognition is not a problem, starting from the stable release will immich recreate the db with all the index/path/metadata of img?

sleek cipher
#

To avoid messing all up again, how I can adjust the docker compose to go to the 1.136 as sugested? @rain token can you explain better what you mean?

nocturne dune
#

In your docker-compose(2).yml is this segment:

        image: ghcr.io/immich-app/immich-server:release 
        labels:
            icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/immich/icon.png
        networks:```
Change `.../immich-server:release` to `.../immich-server:v1.136.0` this should download the image for v.1.136.0

And you probably need the right ML Image aswell:
```healthcheck: {}
        image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 # VERSIONE INTERMEDIA
        labels:```

Change: `.../immich-machine-learning:v1.132.3` to `/immich-machine-learning:v1.136.0`

Correct me, when i'm wrong
rain token