Documented how to do PostgreSQL Major version upgrades with Docker #2320
ajfriesen
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Long time umami user since 2021.
I am running a Docker compose setup and still was running on PostgreSQL 12 and decided to do the major version upgrades to PostgreSQL 15.
PostgreSQL refuses to do major version upgrades when bumping the container version. You need to dump and import your data.
Everything worked fine except from version 13 to 14 umami and postgres gave me this error:
I have documented my upgrade process and the solutions for the problem with the password hash SCRAM problem here:
https://www.ajfriesen.com/postgresql-upgrades-docker/
Hope that saves someone time.
Beta Was this translation helpful? Give feedback.
All reactions