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 postgres 15 in CircleCI #6140

Closed
4 of 6 tasks
tmpayton opened this issue Mar 5, 2024 · 1 comment · Fixed by #6156
Closed
4 of 6 tasks

Upgrade to postgres 15 in CircleCI #6140

tmpayton opened this issue Mar 5, 2024 · 1 comment · Fixed by #6156

Comments

@tmpayton
Copy link
Contributor

tmpayton commented Mar 5, 2024

Summary

What we're after:
Production has been upgraded to Postgres version 15. On circleci, cms app is currently tested against postgres:13. Its time to update the circleci docker image to Postgres version 15.

Related issues

Completion criteria

  • The circleci docker image is upgraded to postgres 15.
  • Developers have been informed that CMS production database is now on 15 (Developers may still want to stay on 13 to continue to run API locally).

Tech steps or considerations (optional)

  • update postgres image in circle/config.yml file
  • npm/pytest run OK on circleci
  • cms app deploys OK on circleci
  • Let developers know that CMS production database is on 15, but that they may still want to stay on 13 to continue to run API locally.
@johnnyporkchops johnnyporkchops added this to the 24.4 milestone Mar 7, 2024
@johnnyporkchops johnnyporkchops moved this to 🔜 Sprint backlog in Website project Mar 7, 2024
@johnnyporkchops johnnyporkchops moved this from 🔜 Sprint backlog to 📥 Assigned in Website project Mar 12, 2024
@tmpayton tmpayton moved this from 📥 Assigned to 🏗 In Progress in Website project Mar 12, 2024
@tmpayton tmpayton moved this from 🏗 In Progress to 👀 Ready in Website project Mar 18, 2024
@tmpayton tmpayton modified the milestones: 24.4, 24.5 Mar 29, 2024
@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.

@github-project-automation github-project-automation bot moved this from 👀 Ready to ✅ Done in Website project Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants