mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
doc ix
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user