We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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';
The text was updated successfully, but these errors were encountered:
This seems to be related to Google Cloud PostgreSQL Database
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This raises an error during e.g. a Drupal installation
https://www.drupal.org/project/drupal/issues/2569365
because the user does not have the privileges to change the database.
The text was updated successfully, but these errors were encountered: