Upgrade
Overview
The upgrade process applies to the major (1.X.0 -> 1.Y.0) and minor (1.X.Y -> 1.X.Z) versions. It requires individual analysis, the result of which is the precise conditions of upgrade process.
Patching
Overview
A patch contains bug fixes and related small changes and is designed for particular version of JLupin Next Server. Patches are differential, which means that all intermediate patches should be applied to get the latest version of JLupin Next Server.
For example, to get JLNS 1.4.0.3 having release version (1.4.0.0) you have to apply the following patches in exact order:
- JLNSEE1_4_0_patch1
- JLNSEE1_4_0_patch2
- JLNSEE1_4_0_patch3
The patch number relates to release version and is reset after next release. Patches are available only for JLupin Next Server Enterprise Edition from support portal or download section.
Installation
- Get the patch file (let's assume patch 1 for 1.4.0 - JLNSEE1_4_0_patch1.zip)
- Create
$JLUPIN_HOME/patches
directory if doesn't exist. - Unzip the patch file in
$JLUPIN_HOME/patches
- Go to patch directory (in this example:
$JLUPIN_HOME/patches/JLNSEE1_4_0_patch1
) - Shutdown Main Server ('node shutdown' through control tool)
- Run the patch (on Windows:
patch.cmd
, on Linux:patch.sh
) - Check the logs (in this example:
$JLUPIN_HOME/patches/JLNSEE1_4_0_patch1/patch.log
) - Start Main Server and check if it's up and running.
- Raise an issue in case of any errors (through support portal), with patch.log and (optionally) any other problems that occurred.