Rolling out an internal release in a staged mode
If you want a minimal disruption to the production environment and perform a strategic upgrade, you can roll out an internal release through a staged rollout upgrade approach.
Before you begin
- While rolling out an internal release in a staged environment, follow the Development guidelines to ensure that the Sterling Order Management System Software supports multiple versions running on the same database.
- In release 9.5 (and later), a new properties file called
versioninfo.properties_<module-prefix>_ext is defined at the JVM level to store the
version information. For example, for Sterling Order Management System Software its would be
versioninfo.properties_ysc_ext. During an internal release, ensure that you add an
appropriate version number to the
<Install>/properties/versioninfo.properties_ysc_ext> file to indicate the
correct version number. That is, for all the internal releases, a fifth digit version number must be
added to identify the version level.
For example, for the development release 10.0, the fix pack release would be 10.0.x.y.z. Then, set the internal release number as 10.0.x.y.z.p. Here,
p
acts as a fifth digit version identifier and indicates that it is an internal release.
About this task
Perform the following steps to roll an internal release in a staged mode: