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
If the server isn't running and we raco ipoe db anyway, this happens:
raco ipoe db
tcp-connect: connection failed address: localhost port number: 5432 step: 6 system error: Connection refused; errno=111
Print a nicer message instead.
Also, allow customizing the default user in ipoe init. So it's not always postgres.
ipoe init
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the server isn't running and we
raco ipoe db
anyway, this happens:Print a nicer message instead.
Also, allow customizing the default user in
ipoe init
. So it's not always postgres.The text was updated successfully, but these errors were encountered: