will / crystal-pg

a postgres driver for crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What versions are supported?

yujiri8 opened this issue · comments

Is Postgres version 10.14 supported? I'm having an issue (connection being refused) that only appears in an environment running this version, with otherwise seemingly identical circumstances to an environment that works, and I want to rule this out as a possible cause.

Yes, 10.14 should work. The CI runs specs on each of the latest release of every major supported version. I checked the last run and it was on 10.14

Preparing to unpack .../13-postgresql-10_10.14-1.pgdg18.04+1_amd64.deb ...
Unpacking postgresql-10 (10.14-1.pgdg18.04+1) ...

Thanks. I'll have to figure out what else is causing this :/