#PostgreSQL Database Error
1 messages · Page 1 of 1 (latest)
If you want to upgrade from postgres 15 to 16 you cannot simply use a new docker image. That will not work.
Is there another way? or shoudl i just keep it on version 15?
Up to you. We actually are only using and testing with v14 I believe.
You can read the post red upgrade docs, but basically you just need to export the data via pgdumpall and then reimport it into the new database.
So like, dump the data, create a new container using a new folder for the database, then load the data, then bring up the rest of the immich containers.
Probably really similar to this:
https://immich.app/docs/administration/backup-and-restore
But you need to restore to v16
Database