This commit is contained in:
Bill Burke 2014-08-20 13:26:57 -04:00
parent 041d0be990
commit 7dec0319b6

2
docbook/reference/en/en-US/modules/export-import.xml Normal file → Executable file
View file

@ -92,7 +92,7 @@ bin/standalone.sh -Dkeycloak.migration.action=export
is used during import. It can be used to specify how to proceed if realm with same name is used during import. It can be used to specify how to proceed if realm with same name
already exists in the database where you are going to import data. Possible values are: already exists in the database where you are going to import data. Possible values are:
<itemizedlist> <itemizedlist>
<listitem>IGNORE_EXISTING - Ignore exporting if realm of this name already exists</listitem> <listitem>IGNORE_EXISTING - Ignore importing if realm of this name already exists</listitem>
<listitem>OVERWRITE_EXISTING - Remove existing realm and import it again with new data from JSON file. <listitem>OVERWRITE_EXISTING - Remove existing realm and import it again with new data from JSON file.
If you want to fully migrate one environment to another and ensure that the new environment will contain same data If you want to fully migrate one environment to another and ensure that the new environment will contain same data
like the old one, you can specify this. like the old one, you can specify this.