KEYCLOAK-6118 upgrading EAP adapters via RPM2

This commit is contained in:
Matthew Helmke 2018-01-25 06:55:41 -06:00 committed by Stian Thorgersen
parent dfa5a7a439
commit cbbd4cefa1

View file

@ -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]