From 4e540fa2a741aa579c67dd8f61cebb00d9400256 Mon Sep 17 00:00:00 2001 From: Max Hovens <14804474+maxhov@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:23:35 +0100 Subject: [PATCH] Remove inaccurate statement about master realm imports This is supported since 26.0.0 Closes #34301 Signed-off-by: maxhov <14804474+maxhov@users.noreply.github.com> --- docs/guides/server/importExport.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/guides/server/importExport.adoc b/docs/guides/server/importExport.adoc index ac21142981..6d535baed0 100644 --- a/docs/guides/server/importExport.adoc +++ b/docs/guides/server/importExport.adoc @@ -16,7 +16,7 @@ The default count of users per file and per transaction is fifty. Increasing this to a larger number leads to an exponentially increasing execution time. ==== -All {project_name} nodes need to be stopped prior to using `kc.[sh|bat] import | export` commands. This ensures that the resulting operations will have no consistency issues with concurrent requests. +All {project_name} nodes need to be stopped prior to using `kc.[sh|bat] import | export` commands. This ensures that the resulting operations will have no consistency issues with concurrent requests. It also ensures that running an import or export command from the same machine as a server instance will not result in port or other conflicts. == Providing options for database connection parameters @@ -31,7 +31,7 @@ As default, {project_name} will re-build automatically for the `export` and `imp If you have built an optimized version of {project_name} with the `build` command as outlined in <@links.server id="configuration"/>, use the command line option `--optimized` to have {project_name} skip the build check for a faster startup time. When doing this, remove the build time options from the command line and keep only the runtime options. -NOTE: if you do not use `--optimized` keep in mind that an `import` or `export` command will implicitly create or update an optimized image for you - if you are running the command from the same machine as a server instance, this may impact the next start of your server. +NOTE: if you do not use `--optimized` keep in mind that an `import` or `export` command will implicitly create or update an optimized image for you - if you are running the command from the same machine as a server instance, this may impact the next start of your server. == Exporting a Realm to a Directory @@ -130,8 +130,6 @@ realms and potentially lose state between server restarts. To re-create realms you should explicitly run the `import` command prior to starting the server. -Importing the `master` realm is not supported because as it is a very sensitive operation. - == Importing and Exporting by using the Admin Console You can also import and export a realm using the Admin Console. This functionality is @@ -148,7 +146,7 @@ To export a realm using the Admin Console, perform these steps: . Click *Realm settings* in the menu. . Point to the *Action* menu in the top right corner of the realm settings screen, and select *Partial export*. + -A list of resources appears along with the realm configuration. +A list of resources appears along with the realm configuration. . Select the resources you want to export. . Click *Export*. @@ -162,7 +160,7 @@ In a similar way, you can import a previously exported realm. Perform these step . Click *Realm settings* in the menu. . Point to the *Action* menu in the top right corner of the realm settings screen, and select *Partial import*. -+ ++ A prompt appears where you can select the file you want to import. Based on this file, you see the resources you can import along with the realm settings. . Click *Import*.