-
Notifications
You must be signed in to change notification settings - Fork 269
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
chore: upgrade postgresql to 17.2 (chart 16.3.1) #642
base: develop
Are you sure you want to change the base?
Conversation
I have to take a look in the bitmani chart (if it make some migrates). PS: Private i wrote my own postgresql chart and use there the pgautoupgrade as init container (with |
PS: Current PostgreSQL is not supported by Nextcloud (a Warnung appears): nextcloud/server#48495 |
So better not merge it yet until any Nextcloud version officially supports it. It might just be alright, but better safe than sorry. |
Hoi! Yes, it should be a major update to the chart, as otherwise, it will attempt to upgrade a major version of the database if a user is using the bundled postgresql with this chart. I actually didn't know postgresql was supported by nextcloud at all :O Agree, if it is supported we should wait on this merge. |
Nextcloud now officially support postgresql 17: nextcloud/server#49240 |
That will only be in Nextcloud 31, so still not ready. |
In the meantime, waiting for 31. Does this PR seem ready to be merged? Or are there things to add/modify? |
nice do You like to make it merge ready? Maybe nextcloud/server@dea6bd7 would be in v30.0.3 ;) Like to sign-of your commits (DCO check) |
No it won't, it is not on the stable30 branch which means it will be only in Nextcloud 31. |
Signed-off-by: GreyXor <greyxor@protonmail.com>
Signed-off-by: GreyXor <greyxor@protonmail.com>
Can we please keep it as a draft until we have Nextcloud 31 support in the chart? |
a5582d0
to
8667855
Compare
da98433
to
b0d5e60
Compare
Description of the change
Update postgresql to 17.0 (chart version is 16.0)
close #641
Benefits
Chart.yaml
according to semver.