Skip to content
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 pg v15 #6156

Merged
merged 1 commit into from
Apr 8, 2024
Merged

upgrade to pg v15 #6156

merged 1 commit into from
Apr 8, 2024

Conversation

tmpayton
Copy link
Contributor

@tmpayton tmpayton commented Mar 14, 2024

Summary (required)

This ticket upgrades the circleci pipeline to postgres 15 to match production.

Note: Frontend developers can now switch over to pg15 on their local machines.

Required reviewers 1-2 developers

Impacted areas of the application

General components of the application that this PR will affect:

  • circleci pipeline

How to test

  1. rerun circleci build on this branch
  2. verify the circleci pipeline runs on postgres 15 and pytest passes.

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.07%. Comparing base (853e301) to head (184c7ce).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6156   +/-   ##
========================================
  Coverage    78.07%   78.07%           
========================================
  Files          288      288           
  Lines         9286     9286           
  Branches       676      676           
========================================
  Hits          7250     7250           
  Misses        2036     2036           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tmpayton tmpayton force-pushed the feature/6140-upgrade-pg-v15 branch from 4beefa7 to 8de05bf Compare March 27, 2024 16:18
This reverts commit 40a5fbd.
@tmpayton tmpayton force-pushed the feature/6140-upgrade-pg-v15 branch from 1243aea to 184c7ce Compare April 2, 2024 15:04
@tmpayton
Copy link
Contributor Author

tmpayton commented Apr 2, 2024

For reference, upgrading to pg v15 causes this error message to appear in circleci: LOG: 42501: could not change directory to "/home/circleci/project": Permission denied. It can safely be ignored according to this GitHub ticket.

Copy link
Contributor

@johnnyporkchops johnnyporkchops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @tmpayton. Thanks for ruling out any issues with the log warning!

@johnnyporkchops johnnyporkchops merged commit 824192a into develop Apr 8, 2024
3 checks passed
@tmpayton tmpayton deleted the feature/6140-upgrade-pg-v15 branch July 22, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Upgrade to postgres 15 in CircleCI
4 participants