From cbbd4cefa1d09660d7f138dff599333c2717e288 Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Thu, 25 Jan 2018 06:55:41 -0600 Subject: [PATCH] KEYCLOAK-6118 upgrading EAP adapters via RPM2 --- upgrading/topics/upgrade_adapters.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/upgrading/topics/upgrade_adapters.adoc b/upgrading/topics/upgrade_adapters.adoc index 15360ee955..15a1faae64 100644 --- a/upgrading/topics/upgrade_adapters.adoc +++ b/upgrading/topics/upgrade_adapters.adoc @@ -28,17 +28,17 @@ If you originally installed the adapter using a downloaded archive, to upgrade t . Remove the previous adapter modules by deleting the `{appserver_dirref}/modules/system/add-ons/keycloak/` directory. . Unzip the downloaded archive into {appserver_dirref}. -If you originally installed the adapter using RPM, to upgrade the adapter, complete the following steps: +If you originally installed the adapter using RPM, to upgrade the adapter, complete the following steps, which are different depending on whether you are performing a minor or a micro upgrade: -. Use Yum to uninstall any adapters you currently have installed. -. Use Yum to upgrade the {project_name} server. +. For minor upgrades, use Yum to uninstall any adapters you currently have installed. +. For all upgrades, use Yum to upgrade the {project_name} server. This is the only step for micro upgrades. [source,bash,options="nowrap"] ---- yum update ---- -. Use Yum to install the new version of any adapters you require. +. For minor upgrades, use Yum to install the new version of any adapters you require. endif::[] ifeval::[{project_community}==true]