From b35ff197d11ce9927e6748023369550acf0de07b Mon Sep 17 00:00:00 2001 From: AndyMunro Date: Tue, 1 Jun 2021 14:46:53 -0400 Subject: [PATCH] KEYCLOAK-17445 removing obsolete upgrade section --- upgrading/topics/install_new_version.adoc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/upgrading/topics/install_new_version.adoc b/upgrading/topics/install_new_version.adoc index 3dfc4c1d94..322e2f2ad4 100644 --- a/upgrading/topics/install_new_version.adoc +++ b/upgrading/topics/install_new_version.adoc @@ -99,15 +99,3 @@ To run the upgrade script for domain mode, complete the following steps: bin/jboss-cli.sh --file=bin/migrate-domain.cli -=== Running the Domain-clustered Mode Upgrade Script -For domain-clustered mode, all instances must be upgraded at the same time. - -To run the upgrade script for domain-clustered mode, complete the following steps: - -. If you have changed the profile name, you must edit the upgrade script to change a variable near the beginning of the script. -. Edit the domain-clustered script to include the location of the keycloak-server.json file. -. Stop the server. -. Run the upgrade script on the domain controller only: - - bin/jboss-cli.sh --file=bin/migrate-domain-clustered.cli -