ory/keto

msg=Unable to connect to database, retrying. audience=application error=map[message:unsupported dialect 'jdbc'] service_name=Ory Keto service_version=v0.11.1-alpha.0

nithinguruswamy opened this issue · 2 comments

Preflight checklist

Ory Network Project

No response

Describe the bug

msg=Unable to connect to database, retrying. audience=application error=map[message:unsupported dialect 'jdbc'] service_name=Ory Keto service_version=v0.11.1-alpha.0

I'm finding this error and unable to connect the db.

Reproducing the bug

msg=Unable to connect to database, retrying. audience=application error=map[message:unsupported dialect 'jdbc'] service_name=Ory Keto service_version=v0.11.1-alpha.0

Relevant log output

msg=Unable to connect to database, retrying. audience=application error=map[message:unsupported dialect 'jdbc'] service_name=Ory Keto service_version=v0.11.1-alpha.0

Relevant configuration

No response

Version

v0.11.1

On which operating system are you observing this issue?

macOS

In which environment are you deploying?

Kubernetes with Helm

Additional Context

No response

alnr commented

Check the example docker-compose files for correct DSN strings:
https://github.com/ory/keto/blob/master/docker-compose-postgres.yml

Thanks