Skip to content
Discussion options

You must be logged in to vote

Hi @whitedl, the interactive SQL CLI needs the PostgreSQL driver installed (instead of the automatically installed binary one). On Ubuntu, install the libpq5 and libpq-dev packages:

sudo apt update && sudo apt install libpq5 libpq-dev -y

For the Docker issue: is your user in the docker group? It sounds like the daemon is running, but your account doesn't have privileges. You can add your user to the group with usermod:

sudo usermod -aG docker whitedl

I hope this helps!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bmeares
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants