babashka / babashka-sql-pods

Babashka pods for SQL databases
Eclipse Public License 1.0
85 stars 16 forks source link

Postgres linux-static pod does not work #32

Closed arichiardi closed 3 years ago

arichiardi commented 3 years ago

0.0.5, babashka v0.3.1, linux-amd64

problem

The linux-static-amd64 does not seem to work well. I don't have an explanation and did not investigate further. What I observed is that the queries against my database where hanging.

repro

Sorry I don't have one. I am doing this

(pods/load-pod (.getCanonicalPath (io/file "./lib/" "pod-babashka-postgresql")))

When I download the static binary in lib, the queries hang. All normal with linux-amd64.

My linux is Manjaro, an arch-like distro.

expected behavior

Queries should succeed.

borkdude commented 3 years ago

All normal with linux-amd64

Why not just use that one? Usually it's best to use the dynamically linked one, unless it doesn't work (like in Alpine for example).

arichiardi commented 3 years ago

Yep of course but I wanted to report it in case someone else will stumble into it.

borkdude commented 3 years ago

Thanks. I'll close the issue as I'm not sure if this requires any action and will re-open if necessary.