KEYCLOAK-6118 upgrading EAP adapters via RPM2
This commit is contained in:
parent
cbbd4cefa1
commit
a84af9d20e
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
||||
. 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.
|
||||
. 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 micro upgrades, use Yum to upgrade the adapter. This is the only step for micro upgrades.
|
||||
|
||||
[source,bash,options="nowrap"]
|
||||
----
|
||||
yum update
|
||||
----
|
||||
|
||||
. For minor upgrades, use Yum to install the new version of any adapters you require.
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
|
|
Loading…
Reference in a new issue