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
The setup binary fails to report database creation failure.
Cause of failure: configured user does not have CREATEDB permission.
Expected Result: Error reported and setup program terminates.
The text was updated successfully, but these errors were encountered:
I've always had to manually create the empty DB/assign grant permissions
Sorry, something went wrong.
Ah yea, I should be checking the exit status for the command before moving on to the next step
Fixed by b93608d
No branches or pull requests
The setup binary fails to report database creation failure.
Cause of failure:
configured user does not have CREATEDB permission.
Expected Result:
Error reported and setup program terminates.
The text was updated successfully, but these errors were encountered: