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

fix: create postgis extension on the app database #2042

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

franTarkenton
Copy link
Member

@franTarkenton franTarkenton commented Jul 31, 2024

postgis extension was being enabled on postgis database, suspect that it needs on the app "quickstart" database

Description

Changed the database that the bitnami postgis extension is being enabled on.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

In related repo that used this template found that the postgis extension wasn't available on the user database that was created.

  • - verified that the postgis extension worked after the change by running
SELECT name, default_version,installed_version FROM pg_available_extensions WHERE name LIKE 'postgis%' ;
SELECT PostGIS_Full_Version();

Checklist

  • I have read the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have already been accepted and merged

Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

@franTarkenton franTarkenton requested a review from mishraomp July 31, 2024 19:46
@mishraomp
Copy link
Collaborator

@franTarkenton Guy Lafleur in the town, yay, thanks for the fix.

Copy link
Collaborator

@mishraomp mishraomp left a comment

Choose a reason for hiding this comment

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

LGTM

@mishraomp mishraomp merged commit 63c67f5 into main Jul 31, 2024
15 checks passed
@mishraomp mishraomp deleted the fix/bitname-postgis branch July 31, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants