doc ix
This commit is contained in:
parent
041d0be990
commit
7dec0319b6
1 changed files with 1 additions and 1 deletions
2
docbook/reference/en/en-US/modules/export-import.xml
Normal file → Executable file
2
docbook/reference/en/en-US/modules/export-import.xml
Normal file → Executable 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
|
||||
already exists in the database where you are going to import data. Possible values are:
|
||||
<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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue