ory / keto

Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=keto
Apache License 2.0
4.7k stars 342 forks source link

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 #1492

Closed nithinguruswamy closed 6 months ago

nithinguruswamy commented 6 months ago

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 6 months ago

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

nithinguruswamy commented 5 months ago

Thanks