Add note about preserving ID in imports

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
This commit is contained in:
Hynek Mlnařík 2023-05-18 13:23:07 +02:00 committed by GitHub
parent eb77dcf014
commit 41cf72d57f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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]
====
{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.