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 Postgres 11 -> 15 #283

Merged
merged 9 commits into from
Jan 21, 2025
Merged

Conversation

ronardcaktus
Copy link
Member

@ronardcaktus ronardcaktus commented Aug 1, 2024

Adds PostgreSQL 15 support to align with the staging/production RDS PostgreSQL 11 -> 15 upgrade, including:

  • Use postgresql-client-15 client in Dockerfile
  • Use postgres:15 in .github/workflows/test.yml and tests pass
  • postgres-client-15 installs automatically in container (e.g. psql command exists)
  • Use postgres:15 in docker-compose.yaml
  • Update to psycopg2 v2.9.9
  • Update caktus.k8s-hosting-services PostgreSQL backup image to use 0.5.0-postgres15

@copelco
Copy link
Member

copelco commented Aug 1, 2024

@ronardcaktus ronardcaktus requested a review from copelco August 1, 2024 17:36
deploy/deploy-services.yaml Outdated Show resolved Hide resolved
deploy/group_vars/all.yml Outdated Show resolved Hide resolved
deploy/group_vars/all.yml Outdated Show resolved Hide resolved
deploy/group_vars/all.yml Outdated Show resolved Hide resolved
deploy/group_vars/all.yml Outdated Show resolved Hide resolved
deploy/host_vars/production.yml Outdated Show resolved Hide resolved
deploy/templates/selfsigned-clusterissuer.yaml Outdated Show resolved Hide resolved
@ronardcaktus ronardcaktus requested a review from copelco January 16, 2025 14:51
@@ -94,6 +94,7 @@ k8s_hosting_services_project_name: "{{ app_name }}"
k8s_hosting_services_healthcheck_url: https://hc-ping.com/7d334762-8f35-453e-85b7-55e0b3147723
k8s_hosting_services_database_url: "{{ env_database_url }}"
k8s_hosting_services_backup_base_bucket: hip-production-philly-backups
k8s_hosting_services_image_tag: "{{ k8s_hosting_services_image_tag }}"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
k8s_hosting_services_image_tag: "{{ k8s_hosting_services_image_tag }}"

@ronardcaktus ronardcaktus merged commit 94bf71f into develop Jan 21, 2025
1 check passed
@ronardcaktus ronardcaktus deleted the CU-86897mfb9-upgrade-postgres branch January 21, 2025 16:49
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