I suggest to use export / import. You can export the old environment
into JSON files, which can then be imported into the new environment.
See Keycloak docs for export/import for more details.
Marek
On 20/02/18 10:05, Hadhemi Jebnoun wrote:
Hello,
I have to migrate my user's table in SQL SERVER to Keycloak.
We migrate from .NET application to microservices architecture running
in minikube.
We use postgres to store keycloak data. I would load all my users into
the keycloak database.
How i can do that? Should I write an implementation of user federation?
Is there an option to load data from Sql script into Keycloak database?
Environment : minikube (kubernetes)
User table using SHA512cng