mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
111 stars 23 forks source link

How to make migration files? #50

Closed alirf81 closed 2 years ago

alirf81 commented 2 years ago

How can I generate migration files from my db? Should I make it manually and just can enforce it through this command?

klg71 commented 2 years ago

Hey alirf81, I personally write them myself and store them in the git repository. I guess you could start with a file creating the realm (addRealm) and then adding, clients, identity providers, users to it. I hope this helps :)