Metabase persistent data Postgres SSL require

Hello,

I’ve installed the docker version of metabase and I am using docker-compsoe, I am setting up postgres for production however, I need to connect to the remote database using SSL required parameter.

what environment variable should I set?

Thanks!

Hi @rviteri
You need 0.38.0 - coming very soon:
https://github.com/metabase/metabase/issues/13796
https://github.com/metabase/metabase/issues/14626
https://github.com/metabase/metabase/issues/14678

postgresql://<host>:<port>/<database>?sslmode=verify-ca&ssl=true&sslrootcert=<server-ca.pem>&sslcert=<client-cert.pem>&sslkey=<client-key.pk8>&user=<username>&password=<password>

https://jdbc.postgresql.org/documentation/head/connect.html
https://jdbc.postgresql.org/documentation/head/ssl-client.html