emqx/.ci/docker-compose-file/pgsql
Thales Macedo Garitezi dbda504f2c fix(pgsql): fix ssl option for pgsql connector to match previous behavior (5.0)
Fixes https://github.com/emqx/emqx/issues/9907

At v5.0.14, we changed the `ssl` option for the Postgres connector
from `true` to `required`, but there was another transformation in
`conn_opts/2` that led to an incorrect configuration.  This change
ended up preventing users from connecting to Postgres with their
previous configurations after upgrading EMQX.
2023-02-15 14:06:33 -03:00
..
Dockerfile fix(pgsql): fix ssl option for pgsql connector to match previous behavior (5.0) 2023-02-15 14:06:33 -03:00
pg_hba.conf chore(CI): update docker compose file 2021-03-30 18:02:37 +08:00
pg_hba_tls.conf fix(pgsql): fix ssl option for pgsql connector to match previous behavior (5.0) 2023-02-15 14:06:33 -03:00
postgresql.conf chore(authn): test PostgreSQL authn via ssl connection 2021-12-27 11:16:31 +03:00