Using external PostgreSQL should not require superuser rights #17513
Labels
area/che-server
area/install
Issues related to installation, including offline/air gap and initial setup
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
This PRs [1] [2] allows to use external DB with Che.
Unfortunately che database user is required superuser rights for instance to create extension [3]
This is might not be acceptable in some cases.
Describe the solution you'd like
Figure out if this extension is needed and if is not then remove its creation.
Describe alternatives you've considered
If extension is still needed
Additional context
#17274
[1] eclipse-che/che-docs#1430
[2] eclipse-che/che-operator#371
[3] https://github.com/eclipse/che/blob/master/wsmaster/che-core-sql-schema/src/main/resources/che-schema/5.11.0/postgresql/1__optimize_user_search.sql
The text was updated successfully, but these errors were encountered: