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

Check for running postgresql occasionally fails #29

Open
glinton opened this issue Feb 1, 2018 · 0 comments
Open

Check for running postgresql occasionally fails #29

glinton opened this issue Feb 1, 2018 · 0 comments

Comments

@glinton
Copy link
Contributor

glinton commented Feb 1, 2018

It's not often, but I've run into this at least twice, the start hook is waiting on

bash -c 'until /data/bin/psql -U gonano -p 5432 postgres -c "SELECT * FROM pg_catalog.pg_tables;"

indefinitely, requiring me to kill that process and retry.

Maybe useful to note, manually running /data/bin/psql -U gonano -p 5432 postgres -c "SELECT * FROM pg_catalog.pg_tables;" works before and after killing the until process.

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

1 participant