-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🐘 Support postgres15 #34645
🐘 Support postgres15 #34645
Conversation
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.
lgtm now
So this fixes new installations. Any chance that we can fix existing ones on update? |
Not sure, they should get broken upon upgrade, IIRC? Or if they are because they upgrade to Postgresql 15 wrongly, you need to run |
But we could show this as an error with the correct user already filled in? Instead of "Insufficient privileges" (not sure if we can detect it #34617 (comment) ) |
docs improvements in nextcloud/documentation#9227 |
Rebase after #34736 |
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.
Can we add drone jobs for postgres 14 and 15 as well?
10 can probably be dropped for master as it will have its final release this November according to https://www.postgresql.org/support/versioning/ but not sure about how we decided about dropping database versions in the past.
I would argue the same way as with PHP. The next major after it was dropped from upstream we should remove it. So +1 on dropping 10 with Nextcloud 26 |
@juliushaertl can we do that in a follow-up PR? |
/rebase |
7ea48d2
to
0b7af83
Compare
It works 🎉🎉🎉 |
Signed-off-by: Vitor Mattos <vitor@php.rio> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
21cbaa7
to
eb7b682
Compare
/backport to stable25 |
hi guys, thanks for the quick fix for psql 15. I'm planning on setting up a Nextcloud instance, and was wondering if a Nextcloud 20.0.1 instance can upgrade gracefully from Postgres 14 to 15 through this PR? alternatively, should I was for 25.0.2 to release to set it up? thank you! |
Not sure if it is a typo, but 20.0.1 is not updated and not supported anymore. If you mean 25.0.1 the answer is No, you should wait for 25.0.2 which is planned to be released soon, (RC1 was released last week and then it usually doesn't take a long time). |
Yes I meant 25.0.2. Thank you for the answer, I will wait for 25.0.2! |
Following server example from nextcloud/server#34645 Signed-off-by: Joas Schilling <coding@schilljs.com>
Following server example from nextcloud/server#34645 Signed-off-by: Joas Schilling <coding@schilljs.com>
Following server example from nextcloud/server#34645 Signed-off-by: Joas Schilling <coding@schilljs.com>
Following server example from nextcloud/server#34645 Signed-off-by: Joas Schilling <coding@schilljs.com>
hello @vitormattos @szaimen , |
documentation is done already |
close #34617
Tested with Postgres 12, 13, 14 and 15 and worked fine.