KEYCLOAK-6118 upgrading EAP adapters via RPM2

This commit is contained in:
Matthew Helmke 2018-01-25 07:01:12 -06:00 committed by Stian Thorgersen
parent cbbd4cefa1
commit a84af9d20e

View file

@ -30,15 +30,14 @@ If you originally installed the adapter using a downloaded archive, to upgrade t
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: 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:
. For minor upgrades, use Yum to uninstall any adapters you currently have installed. . For minor upgrades, use Yum to uninstall any adapters you currently have installed and then use Yum to install the new version of the adapters.
. For all upgrades, use Yum to upgrade the {project_name} server. This is the only step for micro upgrades. . For micro upgrades, use Yum to upgrade the adapter. This is the only step for micro upgrades.
[source,bash,options="nowrap"] [source,bash,options="nowrap"]
---- ----
yum update yum update
---- ----
. For minor upgrades, use Yum to install the new version of any adapters you require.
endif::[] endif::[]
ifeval::[{project_community}==true] ifeval::[{project_community}==true]