New versions of the platform are usually released every two weeks. Updates may include:
- new features;
- improvement of existing features;
- changes in some of the principles of operation;
- correcting errors that occur during the operation of the product.
You can update the platform only from one version of DCImanager 6 to the latest version if you have a valid license. Updating from DCImanager 5 to DCImanager 6 is not supported. You can migrate from DCImanager 5 using the instructions.
When an update is released for DCImanager, a popup message “The new version of DCImanager is available” will appear in the platform interface.
Updating steps
To update DCImanager:
- Сonnect to the DCImanager server via SSH.
Update the software packages:
AlmaLinux, CentOS
yum update
CODE
Ubuntu, Astra Linux
apt update && apt upgrade
CODE
In the right-hand menu of the platform interface click
icon → System overview → Update DCImanager now or run the command:
Updating from stable version
Since version 2023.02.1 the platform release system has been changed:
- stable releases have been suspended;
- the quality of regular versions has been improved to the level of stable.
To determine which version is installed on the server:
- through the platform interface — in the right-hand menu, click
icon → System overview tab. If the stable version is installed, the Platform version field contains the word stable; - through the terminal connection:
- Сonnect to the DCImanager server via SSH.
Check the Stage parameter value in the file /opt/ispsystem/dci/config.json. If the stable version is installed on the server, this parameter looks like this:
If you are using the stable version, you need to upgrade to the regular version:
- Сonnect to the DCImanager server via SSH.
Run the command:
dci set-stage -s regular
BASH
In the right-hand menu of the platform interface click
icon → System overview → Update DCImanager now.