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 postgis version #4074

Merged
merged 4 commits into from
Nov 15, 2024
Merged

Upgrade postgis version #4074

merged 4 commits into from
Nov 15, 2024

Conversation

dgboss
Copy link
Collaborator

@dgboss dgboss commented Nov 7, 2024

We are currently sitting at postgres v14 and postgis v3.2. The platform services Postgres Operator doesn't have an image available for the combination of postgres v16 and postgis v3.2, so we have to update the postgis version to 3.3 before we can proceed with updating postgres. We can update postgis via:

  1. Update the postGISVersion in crunchy.yaml to 3.3
  2. Deploy to prod
  3. Hop on to the crunchy db leader pod and run SELECT postgis_extensions_upgrade();

This will update postgis in place.

Test Links:

Landing Page
MoreCast
Percentile Calculator
C-Haines
FireBat
FireBat bookmark
Auto Spatial Advisory (ASA)
HFI Calculator

@dgboss dgboss requested review from conbrad and brettedw November 7, 2024 22:54
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.37%. Comparing base (73980f8) to head (516fb37).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4074   +/-   ##
=======================================
  Coverage   80.37%   80.37%           
=======================================
  Files         309      309           
  Lines       11845    11845           
  Branches      537      537           
=======================================
  Hits         9521     9521           
  Misses       2138     2138           
  Partials      186      186           

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

Copy link

sonarcloud bot commented Nov 15, 2024

@dgboss dgboss temporarily deployed to production November 15, 2024 01:06 Inactive
@brettedw brettedw merged commit 30efad7 into main Nov 15, 2024
25 checks passed
@brettedw brettedw deleted the task/upgrade-postgis branch November 15, 2024 16:13
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.

3 participants