ivangfr / keycloak-clustered

Keycloak-Clustered extends quay.io/keycloak/keycloak official Keycloak Docker image by adding JDBC_PING discovery protocol.
162 stars 57 forks source link

jgroupsping table is created in public schema when DB_SCHEMA is different from DB_USER #5

Closed goooogs closed 3 years ago

goooogs commented 3 years ago

Descripition

Where is jgroupsping ? If there is a schema has the same name as DB_USER(hello for this example), jgroupsping will be located in that schema. If there is no schema named as DB_USER, jgroupsping will be located in public schema.


Requirement or improvement

jgroupsping table should be created in DB_SCHEMA schema.

ivangfr commented 3 years ago

Thanks @goooogs ! I will have a look at it as soon as I have some free time.

ivangfr commented 3 years ago

@goooogs now jgroupsping table is created in DB_SCHEMA schema (in case DB_SCHEMA is provided). It's fixed in version ivanfranchin/keycloak-clustered:12.0.4. Could you please try it and give me your feedback? Thanks!

ivangfr commented 3 years ago

@goooogs due to no response, I am closing this issue. Please, open it if the problem still persists.