Skip to content

chore: upgrade PostgreSQL to 15#1663

Merged
davidgamez merged 2 commits intomainfrom
upgrade_progress_15
Apr 20, 2026
Merged

chore: upgrade PostgreSQL to 15#1663
davidgamez merged 2 commits intomainfrom
upgrade_progress_15

Conversation

@davidgamez
Copy link
Copy Markdown
Member

Summary:

This pull request upgrades the PostgreSQL version used in both the development and test environments, as well as in the Terraform-managed Google Cloud SQL instance, from version 14 to version 15. This ensures consistency across local and cloud environments and leverages the latest features and security updates.

PostgreSQL version upgrades:

  • Updated the Docker image for the postgres service in docker-compose.yaml from postgis/postgis:14-3.3 to postgis/postgis:15-3.5.
  • Updated the Docker image for the postgres-test service in docker-compose.yaml from postgis/postgis:14-3.3 to postgis/postgis:15-3.5.
  • Changed the database_version for the Google Cloud SQL PostgreSQL instance in infra/postgresql/main.tf from POSTGRES_14 to POSTGRES_15.

Expected behavior:

Local Docker and deployed DB are upgraded to version 15.

Testing tips:

  • Execute:
./scripts/docker-localdb-rebuild-data.sh 
  • Verify that the local Docker DB has version 15 executing a sql command:
SELECT version()

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with ./scripts/api-tests.sh to make sure you didn't break anything
  • Add or update any needed documentation to the repo
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

@davidgamez davidgamez requested review from jcpitre and qcdyx April 20, 2026 18:18
@davidgamez davidgamez linked an issue Apr 20, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

@qcdyx qcdyx left a comment

Choose a reason for hiding this comment

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

LGTM

@davidgamez davidgamez merged commit a0ba672 into main Apr 20, 2026
20 of 21 checks passed
@davidgamez davidgamez deleted the upgrade_progress_15 branch April 20, 2026 19:20
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.

Upgrade PostgreSQL version to 15

2 participants