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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Upgrade postgis version #4074

wants to merge 1 commit into from

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

Copy link

sonarcloud bot commented Nov 7, 2024

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 (a6051d9) to head (8fe4228).

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

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

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