ImmichI
Immich3mo ago
Domsl

Stacktrace after upgrade to stable

Hi,

I just tried to upgrade from 1.140.0 to 2.000.0 (using "v2.000.0", but the I got the following error:
sudo docker compose -f docker-compose.immich.yml up -d
[+] Running 2/2
 ✘ immich-machine-learning Error manifest unknown                                                                  0.8s
 ✘ immich-server Error           context canceled                                                                  0.8s

then I tried it with version=release, which sucellfully updated, but now when I open immich I get stack traces:
Error: 500 ()

Stacktrace
Error: Error: 500
    at Object.Ge [as ok] (http://fred:2283/_app/immutable/chunks/Cn2c85Km.js:1:5430)
    at async Promise.all (index 1)
    at async n (http://fred:2283/_app/immutable/chunks/CtQfMd50.js:1:511)
    at async o (http://fred:2283/_app/immutable/chunks/B5ohcbZc.js:1:177)
    at async pt (http://fred:2283/_app/immutable/nodes/0.DGBk-j7E.js:1:1989)
    at async je (http://fred:2283/_app/immutable/chunks/cztDL2Pb.js:1:15834)

or
Error: 500 ()

Stacktrace
Error: Error: 500
    at Object.Ge [as ok] (http://fred:2283/_app/immutable/chunks/Cn2c85Km.js:1:5430)
    at async Promise.all (index 1)
    at async n (http://fred:2283/_app/immutable/chunks/CtQfMd50.js:1:511)
    at async o (http://fred:2283/_app/immutable/chunks/B5ohcbZc.js:1:177


I might have nuked my database? The docker logs of the server show:
[Nest] 17  - 10/02/2025, 6:54:00 PM   ERROR [Api:GlobalExceptionFilter~dnqrmo0z] Unknown error: PostgresError: relation "sessions" does not exist

[Nest] 17  - 10/02/2025, 7:02:20 PM   ERROR [Api:ErrorInterceptor~2fnqpgi1] Unknown error: PostgresError: relation "users" does not exist


Any ideas?

Do you think I should go straight back to my backup from last midnight?

I am kind of worried, so any help would be very appreciated 🙂
Was this page helpful?