Replies: 1 comment 7 replies
-
|
Your config seems correct to me on first sight. Unfortunately, I'm not very familiar with CockroachDB. Can you enable debug logging to see if any error gets ignored somewhere? logger:
level: "debug"And then post logs here? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I am trying to setup a cockroach backend for Dex right now. I have had success with the postgres backend. However, I can't get the initial migration to happen with cockroach. Do I use
type: postgres? If anyone can help me figure this out, then i'd be happy to add it to the docs.Below is my setup
docker-compose.yml
cockroach is running in insecure mode. You might try the following setup:
dex-dev-config.yaml
After running
docker-compose up, you'll need thisinit.sqlin the same directory as theinit.shscriptinit.sql
init.sh
Beta Was this translation helpful? Give feedback.
All reactions