-
Notifications
You must be signed in to change notification settings - Fork 58
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
Map the normal user permissions vs the root on Postgresql #1038
Comments
cc @devrimyatar , @moabu |
@yurem Which of these previleges are required for Gluu to operate without issue? |
To change the owner you can simply use What I really wanted to highlight here is that in my case the database and the roles will have been created by the cluster admin, so the installer shouldn't try to create those, or perhaps it only should as an option. For example I would run these:
Then the installer can connect to the |
I believe the ALTER DEFAULT PRIVILEGES should actually be
|
@yurem , @devrimyatar any update ? |
Target ticket-11691
It needs to have superuser rights on its database. It's important to separate the user used for installation and upgrade from the user used for day-to-day operations
The text was updated successfully, but these errors were encountered: