Add note about preserving ID in imports
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
This commit is contained in:
parent
eb77dcf014
commit
41cf72d57f
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ You cannot use the `keycloak.import` parameter with `keycloak.migration.X` param
|
||||||
|
|
||||||
{project_name} imports most resources from the Admin Console as well as exporting most resources. {project_name} does not support the export of users.
|
{project_name} imports most resources from the Admin Console as well as exporting most resources. {project_name} does not support the export of users.
|
||||||
|
|
||||||
|
Admin Console import does not preserve IDs. When you import a resource, {project_name} generates a new ID for the resource.
|
||||||
|
This behavior is different from the export/import of the full database mechanism described previously.
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
====
|
====
|
||||||
{project_name} masks attributes containing secrets or private information in the export file. Export files from the Admin Console are not suitable for backups or data transfer between servers. Only boot-time exports are suitable for backups or data transfer between servers.
|
{project_name} masks attributes containing secrets or private information in the export file. Export files from the Admin Console are not suitable for backups or data transfer between servers. Only boot-time exports are suitable for backups or data transfer between servers.
|
||||||
|
|
Loading…
Reference in a new issue