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

PostgreSQL: Created user is not the owner of created database #40

Open
xantrix opened this issue Feb 16, 2021 · 1 comment · May be fixed by #45
Open

PostgreSQL: Created user is not the owner of created database #40

xantrix opened this issue Feb 16, 2021 · 1 comment · May be fixed by #45
Labels
bug Something isn't working

Comments

@xantrix
Copy link

xantrix commented Feb 16, 2021

This raises an error during e.g. a Drupal installation

https://www.drupal.org/project/drupal/issues/2569365

Install fails with PostgreSQL if "bytea_output" value is equal to "hex"

because the user does not have the privileges to change the database.

SQLSTATE[42501]: Insufficient privilege: 7 ERROR:  must be the owner of the database testd8: ALTER DATABASE "testd8" SET bytea_output = 'escape';
@shreddedbacon shreddedbacon added the bug Something isn't working label Feb 17, 2021
@shreddedbacon
Copy link
Member

This seems to be related to Google Cloud PostgreSQL Database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants