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

setup program erroneously reports success #63

Closed
KD0BPV opened this issue Jan 2, 2018 · 3 comments
Closed

setup program erroneously reports success #63

KD0BPV opened this issue Jan 2, 2018 · 3 comments

Comments

@KD0BPV
Copy link
Contributor

KD0BPV commented Jan 2, 2018

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.

@KD0BPV KD0BPV changed the title setup program does not report or handle errors setup program erroneously reports success Jan 2, 2018
@BanjoFox
Copy link
Collaborator

BanjoFox commented Jan 2, 2018

I've always had to manually create the empty DB/assign grant permissions

@pwoolcoc
Copy link

pwoolcoc commented Jan 2, 2018

Ah yea, I should be checking the exit status for the command before moving on to the next step

@KD0BPV
Copy link
Contributor Author

KD0BPV commented Jan 5, 2018

Fixed by b93608d

@KD0BPV KD0BPV closed this as completed Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants