JBoss EAP 6.4 Update 20 (or later) requires 6.4 Update 19 to be applied first / JBoss EAP 6.4 Update 10 (or later) requires 6.4 Update 09 to be applied first
JBoss EAP 6.4 Update 20 (or later) requires 6.4 Update 19 to be applied first
JBoss EAP 6.4 Updates 10 through 19 included updates the previous updates starting at 10, which increased the download size. To alleviate the large download size, JBoss EAP 6.4 Update 20 will only include Update 20 and requires you apply Update 19 before applying 20. And if your current update level is less than 9, you will need to apply CP 9 first as described below.
To apply this update using the CLI on Unix-based systems, run the following command from JBOSS_HOME:
bin/jboss-cli.sh "patch apply path/to/jboss-eap-6.4.19-patch.zip"
bin/jboss-cli.sh "patch apply path/to/jboss-eap-6.4.20-patch.zip"
To apply this update using the CLI on Windows-based systems, run the following command from JBOSS_HOME:
bin\jboss-cli.bat "patch apply path\to\jboss-eap-6.4.19-patch.zip"
bin\jboss-cli.bat "patch apply path\to\jboss-eap-6.4.20-patch.zip"
This content is not included.JBoss EAP 6.4 Update 19
JBoss EAP 6.4 Update 10 (or later) requires 6.4 Update 09 to be applied first
JBoss EAP 6.4 Updates 01 through 09 included all prior updates, which increased the download size. To alleviate the large download size, JBoss EAP 6.4 Update 10 will only include Update 10 and requires you apply Update 09 before applying 10.
To apply this update using the CLI on Unix-based systems, run the following command from JBOSS_HOME:
bin/jboss-cli.sh "patch apply path/to/jboss-eap-6.4.9-patch.zip"
bin/jboss-cli.sh "patch apply path/to/jboss-eap-6.4.10-patch.zip"
To apply this update using the CLI on Windows-based systems, run the following command from JBOSS_HOME:
bin\jboss-cli.bat "patch apply path\to\jboss-eap-6.4.9-patch.zip"
bin\jboss-cli.bat "patch apply path\to\jboss-eap-6.4.10-patch.zip"
This content is not included.JBoss EAP 6.4 Update 09
Cleaning out the unused cumulative patch jars
The EAP 6.4 cumulative patches include the previous cumulative patch jars, for instance CP9 contains CP8, CP7, ... , CP1. After applying the current CP you can run the ageout-history command which will remove all but the current CP jars which will reduce the installation size. The previous CP jars were included to allow you to rollback to a previous CP.
/core-service=patching:ageout-history()
NOTE:
Please note that applying any "EAP 6.4 CPxx" that is ">= CP10" requires the CP09 to be applied first (as if the current/installed EAP 6.4 is < CP09).
For example, if you have a current EAP 6.4.0.GA running in your environment and you would like to install 6.4 CP13, then you would need to first apply 6.4 CP09 patch before applying the CP13 patch.