Skip to content

Upgrade postgres version in docker compose files from 12.4 to 17.4 #6762

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

Conversation

ahumblefool
Copy link
Contributor

@ahumblefool ahumblefool commented Mar 28, 2025

What changed?
Upgraded existing version of Postgres from 12.4 to Postgres 17.4

Why?

How did you test it?

  • Ran test and test_e2e
  • created a local dev setup docker/dev/postgres.yml using postgres 17.4, started the server and ran helloworld workflow successfully
  • created environment using docker/docker-compose-postgres.yml, started the server and ran helloworld workflow successfully

Potential risks

  • Given our current usage of PostgreSQL for basic CRUD operations, the risks associated with upgrading to PostgreSQL 17.4 are minimal. At most user will not be able to start the server using Postgres 17.4 and can rollback to older 12.4 version

Release notes

  • Postgres version has been upgraded to 17.4

@ahumblefool
Copy link
Contributor Author

Issue - #6594

@ahumblefool ahumblefool changed the title ISSUE-6594 Upgraded postgres version to 17.4 from 12.4 closes #6594 - upgraded postgres version to 17.4 from 12.4 Mar 28, 2025
@taylanisikdemir taylanisikdemir changed the title closes #6594 - upgraded postgres version to 17.4 from 12.4 Upgraded postgres version in docker compose files from 12.4 to 17.4 Mar 28, 2025
@taylanisikdemir
Copy link
Member

Thanks for upgrading the postgres versions. I will merge once postgres integration tests pass in CI

@ahumblefool
Copy link
Contributor Author

@taylanisikdemir Thank you! 👍

@taylanisikdemir taylanisikdemir changed the title Upgraded postgres version in docker compose files from 12.4 to 17.4 Upgrade postgres version in docker compose files from 12.4 to 17.4 Mar 28, 2025
@taylanisikdemir taylanisikdemir merged commit b385d11 into cadence-workflow:master Mar 28, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants