Convenient extension for supporting different JDBC connections across multiple databases #37818
Replies: 1 comment
-
|
Converted to a discussion. Simply changing the jdbc driver is supported see https://www.keycloak.org/server/db#_overriding_the_default_jdbc_driver If the database is not SQL compatible (including DDL) with one of the built-in supported db types, you will have a problem. If the database is not compatible DML-wise at the very minimum there would need to be a supported Hibernate dialect - but there currently isn't a supported first class, or direct quarkus, configuration mechanism to override the dialect. I'm also not sure what would be entailed for customized liquibase support. An initial workaround would likely be to run all migrations manually - then you could modify them as needed to support your database. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
During the development process, the production environment only has Dameng Database, which limits the use of Keycloak. Please consider providing a way to modify Keycloak's JDBC method or offer a convenient solution that I may not be aware of. I kindly request developers to consider this.
Discussion
No response
Motivation
No response
Details
No response
Beta Was this translation helpful? Give feedback.
All reactions