Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will keep track of the latest license and certificates you configured with the previous kiuwan-cluster:

Step 5: check your installation prerequisites

Run the following script to check if any of the required prerequisites is not met:

Code Block
languagebash
cd [INSTALLER_DIR]
sudo ./check-prerequisites.sh

This is needed just in case you installed your Kiuwan On-Premises current version not meeting the needed minimum requirements.

In case you see any error highlighted in red, please update your system until the marked requirements are met.

Do not continue to the next step until all the requirements are met. You can run the check-prerequisites tool as many times as needed.

Step 6: check specific upgrade steps

First, identify which Kiuwan On-Premises version you have currently installed. Refer to Checking for new versions section for details on how to check it.

...

If your current Kiuwan On-Premises core version needs a special upgrade process, follow the specific upgrade steps for your current Kiuwan On-Premises core version shown in the Specific upgrade notes section.

Step

...

7: run the upgrade process

NOTE: you should IGNORE this step if you come from a specific upgrade process.

...

This will run the upgrade process in full mode.

Step

...

8: load balancer manual configuration (optional)

Kiuwan On-Premises installation tool will not update automatically your load balancer configuration, so changes in this file must be made manually. Refer to the Specific upgrade notes section for information on what changes have been made in this element if you want to keep your installation up to date with the latests features added in the load balancer configuration.

...

Code Block
languagejava
redis.cache.nodes=172.17.0.1:6379,172.17.0.1:6380,172.17.0.1:6381,172.17.0.1:6382,172.17.0.1:6383,172.17.0.1:6384
redis.store.nodes=172.17.0.1:6379,172.17.0.1:6380,172.17.0.1:6381,172.17.0.1:6382,172.17.0.1:6383,172.17.0.1:6384:6384

Step 7: update your configuration

If you need to update any other configuration property, you can modify now any other configuration option. Changes will be taken into account when Kiuwan services are started in the next steps.

Note
titleIMPORTANT NOTE TO TLS MAIL SERVERS USERS

If you made manual changes in the Wildfly instances configuration to support TLS based email servers, you must set the property "kiuwan.mail.secure.layer" to "tls".

Step 8: run the install script for the new version

...

You can now continue with the standard upgrade process. See Step 78: load balancer manual configuration (optional).

...