-
Notifications
You must be signed in to change notification settings - Fork 225
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 postgres to v17 #1245
Update postgres to v17 #1245
Conversation
jstucke
commented
Aug 8, 2024
•
edited
Loading
edited
- update postgres from 14 to 17
- also fixed bugs:
- fixed a bug in the init postgres script when the local postgres instance does not run on the default port
- fixed a copy&paste bug in a test fixture
24f313d
to
4ed9732
Compare
changed postgres version to 17 and removed the duplicate call to psql
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.
In the process of checking if the update works correctly
0cf0a2c
to
a75e94a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1245 +/- ##
==========================================
- Coverage 95.33% 91.90% -3.43%
==========================================
Files 347 376 +29
Lines 20034 21038 +1004
==========================================
+ Hits 19099 19336 +237
- Misses 935 1702 +767 ☔ View full report in Codecov by Sentry. |