Replies: 2 comments 1 reply
|
Postgres needs manual intervention for major version upgrades. https://www.postgresql.org/docs/current/upgrading.html |
0 replies
|
As postgres needs manual intervention, should it not be considered to add a migration job to upgrade postgres data. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I run Immich on Synology with Portainer, and was recently having problems starting Immich after an image update, because the image postgres:16 would not start with the immich data, saying that version 16 is not backward compatible with v. 15 dataformats.
I solved this by specifying the container to use the postgres:15 image.
Is there work in progress on this topic, or is it just me having this problem ? (and if so why)
All reactions