#I jumed straight to 1.138.0 after a year. Can't start Immich and can't downgrade. Help...?

1 messages · Page 1 of 1 (latest)

lapis python
#

There's no documentation on actually fixing the issue. The "help" article from the log just explains that it's an issue with database migration...yes, okay, great. Should be an easy fix. But...there's no information to fix, no suggestion to downgrade, no nothing. Kinda useless. Can someone guide me in the right direction?

This is my error: https://immich.app/errors/#typeorm-upgrade

lucid vigilBOT
#

:wave: Hey @lapis python,

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.

fast jungle
#

I think that link you posted pretty clearly outlines the upgrade path

lapis python
# fast jungle I think that link you posted pretty clearly outlines the upgrade path

Sorry for late reply. Been busy.

No, it doesn't for my case, sadly. I'd already upgraded from a pre-1.132.0 version to the latest version. Obviously that was the mistake.

I'm just not used to updates for any software, even in beta, breaking without a semi-intuitive way to perform a rollback. I understand it's the norm here with Immich being in beta and a lot of work getting done, and there were a lot of versions in between my last use that would have mitigated this problem. I hadn't used it in a year due to networking issues preventing me from using Immich, and I needed to test if my mobile app was working over Internet, so I updated the server and...yeah. Rest is history.

Sadly, none of those links either a) help me roll-back (if it's possible to do so), or b) outline a way to manually perform the database schema upgrades.

fast jungle
#

Can’t you just change the version to 1.132.0? Is this truenas?

lapis python
#

I'm just running in a Docker container on my W11 PC at the moment. Tried switching in the Compose as well

fast jungle
#

Crashes out with what error?

lapis python
#

Let me reproduce right now

#

So I run:
docker compose pull && docker compose up -d

After changing in the .env specifically. Error is:

#

Welp...think I found it. Thought I'd try it for the heck of it - the .env requires a "v" before the version number. Sigh😂

#

Yeah, it runs now without crashing. Gonna try updating now to latest. Will see how it works. Sorry for wasting your attention. Always something stupid like this, tech is great at making you feel like a blind fool lol

Edit: Working 100%.

fast jungle
#

Excellent!

lapis python