User migration issue from Keycloak from Cassandra to Postgres DB #210
Unanswered
maheshbudharam84
asked this question in
Query
Replies: 1 comment
-
|
Hi @maheshbudharam84, the Keycloak uses the following provider jar: https://github.com/Sunbird-Lern/sunbird-auth/tree/99594a0b50b684251476aa4411d4e0d8078ae21b/keycloak/sms-provider/src/main/java/org/sunbird/keycloak/storage/spi. This custom service provider extends Keycloak's SPI to manage user data, potentially integrating with Cassandra. If you have made any changes to this code, could you please share a list of those changes so that we can better understand the problem? |
Beta Was this translation helpful? Give feedback.
0 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.
-
We are currently working on migration from Keycloak postgres DB instead of Cassandra. For this we need to migrate user data from keycloak.
We are able to take dump of keycloak and restore it in postgres DB. After that we are able to login as a admin and we could also access other details like Realm roles, Client scopes and Clients.
While accessing Users, we are getting error related to Cassandra Storage Provider - LDAP settings. Need your help for this issue.
Attached these screenshots here for your reference.
Request for Guidance @pallakartheekreddy




Beta Was this translation helpful? Give feedback.
All reactions