[keycloak-user] Export Keycloak domain

Tech tech at psynd.net
Fri Oct 27 03:30:45 EDT 2017


Hello,

thanks for the support from everybody.

The final string to export a realm is this:

bin/standalone.sh -Dkeycloak.migration.action=export 
-Dkeycloak.migration.provider=singleFile 
-Dkeycloak.migration.file=<FILE_NAME> 
-Dkeycloak.migration.realmName=<REALM_NAME>





On 26.10.17 22:49, Malte Finsterwalder wrote:
> Export is done through command line parameters. Unfortunately there is 
> no UI for it yet.
>
> An example would be:
> bin/standalone.sh -Dkeycloak.migration.action=export 
> -Dkeycloak.migration.usersExportStrategy=SKIP 
> -Dkeycloak.migration.provider=singleFile 
> -Dkeycloak.migration.file=exported.json
>
> More in the docs here: 
> http://www.keycloak.org/docs/latest/server_admin/topics/export-import.html
>
> Greetings,
>    Malte
>
> On 26 October 2017 at 19:04, Tech <tech at psynd.net 
> <mailto:tech at psynd.net>> wrote:
>
>     Dear experts,
>
>     I'm struggling about how to export a domain, while apparently import
>     could be easily done from the admin web-interface: might you help me?
>
>     Thanks!
>
>     _______________________________________________
>     keycloak-user mailing list
>     keycloak-user at lists.jboss.org <mailto:keycloak-user at lists.jboss.org>
>     https://lists.jboss.org/mailman/listinfo/keycloak-user
>     <https://lists.jboss.org/mailman/listinfo/keycloak-user>
>
>



More information about the keycloak-user mailing list