-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ ⬆️ ⚗️ ⚠️ upgrade to postgres 17.2 (DONT MERGE) #7023
base: master
Are you sure you want to change the base?
♻️ ⬆️ ⚗️ ⚠️ upgrade to postgres 17.2 (DONT MERGE) #7023
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7023 +/- ##
==========================================
- Coverage 86.94% 85.65% -1.29%
==========================================
Files 1651 1641 -10
Lines 64811 64485 -326
Branches 2041 2041
==========================================
- Hits 56351 55236 -1115
- Misses 8122 8911 +789
Partials 338 338
Continue to review full report in Codecov by Sentry.
|
CC @sanderegg @YuryHrytsuk @matusdrobuliak66 didnt check the failing tests yet (I guess it's only codecov so this should be fine), anyone willing to help next sprint: would be very appreciated :--) |
This needs to be manually rolled-out, re-importing the DB from a dump, with maintenance downtime, and requires changes in aws/terraform for the RDS. |
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.
please add a # devops
section with the required actions from devops at the top of the ticket
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.
what kind of help do you need? it looks all green.
I guess the only thing needed is the data migration (pg_upgrade or dump/reload)
True thanks, I wrote the text assuming there would be issues, before the result of the tests was there. All good I think :--) |
@matusdrobuliak66 you mentioned once that we could do some sort of pruning /reindexing of the db. Perhaps we can take advantage ot hits to do so? |
We can do this (mainly the second step):
|
Quality Gate passedIssues Measures |
What do these changes do?
Related issue/s
ITISFoundation/osparc-ops-environments#907
Dev-ops checklist