Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2247623 - Users need to manually create the HStore extension when using an External DB setup
Summary: Users need to manually create the HStore extension when using an External DB ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: 6.14.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: Akshay Gadhave
QA Contact: Satellite QE Team
Akshay Gadhave
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-11-02 12:18 UTC by Evgeni Golov
Modified: 2023-11-14 16:36 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-14 16:36:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SAT-21117 0 None None None 2023-11-02 12:19:46 UTC

Description Evgeni Golov 2023-11-02 12:18:53 UTC
Document URL: 

Section Number and Name: 

Describe the issue: 
When using an External DB setup, users need to create the "HStore" extension manually on their setups, as our installer can't handle this for them.

For fresh installs this means: postgresql-contrib needs to be installed and "create extension hstore" needs to be executed *before* the installation is attempted
For uphgrades this means: the same steps need to be executed *before* the upgrade is attempted (they can happen at any time before the upgrade, as the installation of the extension happens without a downtime).

Suggestions for improvement: 
https://github.com/theforeman/foreman-documentation/pull/2573

Additional information: 
the installation of postgresql contrib for fresh installs was already handled in https://github.com/theforeman/foreman-documentation/pull/2277 and https://github.com/theforeman/foreman-documentation/pull/2567

Comment 1 Evgeni Golov 2023-11-06 08:53:41 UTC
→ MODIFIED
doc PRs merged


Note You need to log in before you can comment on or make changes to this bug.