-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Mattermost to v10 and PostgreSQL to v17 #91
base: main
Are you sure you want to change the base?
Conversation
…require min 2.1.1 version
17faa74
to
ebb7140
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As alternative to full DB dump, upgrade PG from 13 to 17 has an helper from the PG official Docker Library image maintainer: https://github.com/tianon/docker-postgres-upgrade.
It seems pg_upgrade is way faster than a full dump/restore.
I referenced to this https://www.postgresql.org/docs/13/upgrading.html I used something that we know it works because we use it for restoration, but I can test |
well not possible @DavidePrincipi
see tianon/docker-postgres-upgrade#100 (comment) and this part of code we expect a postgres user and we use mattuser, so
thoughts |
Upgrade the Mattermost version to 10.4.1 and PostgreSQL to v17 in the build images script.
NethServer/dev#7245