upgrade support

hey,
I have been using immich since a year. I could partly follow the releases, but none of them went well on my server pc.

I use the docker compose way.

As you can see in my docker compose file, I still use the pgdata as docker volumes. I could not get it running with the new way of postgress DB.

When I use the current setup, I got this error back:


[Nest] 7  - 06/26/2025, 10:32:32 AM     LOG [Microservices:EventRepository] Initialized websocket server
microservices worker error: PostgresError: invalid page in block 0 of relation global/1260, stack: PostgresError: invalid page in block 0 of relation global/1260
    at ErrorResponse (/usr/src/app/node_modules/postgres/cjs/src/connection.js:790:26)
    at handle (/usr/src/app/node_modules/postgres/cjs/src/connection.js:476:6)
    at Socket.data (/usr/src/app/node_modules/postgres/cjs/src/connection.js:315:9)
    at Socket.emit (node:events:518:28)
    at addChunk (node:internal/streams/readable:561:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    at Readable.push (node:internal/streams/readable:392:5)
    at TCP.onStreamRead (node:internal/stream_base_commons:189:23)
microservices worker exited with code 1

If I change it back to the reccommended path I can't see any of my pictures. (Most probably a migration to the new way is missing).

volumes:
      - ${DB_DATA_LOCATION}:/var/lib/postgresql/data


Could somebody hold my hand when I am doing it ? I am not an expert.

Many thanks
Botond
env965B
Was this page helpful?