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.
When an update is released for VMmanager, a popup message "The new version is now available" will appear in the platform interface.
When installing and upgrading, the platform downloads software from ISPsystem's online resources:
- docker-registry.ispsystem.com — docker registry;
- download.ispsystem.com — repository.
These resources are public services and access to them is provided without authentication.
Limitations and possible issues
- You can update the platform only from one version of DCImanager 6 to the latest version if you have a valid license.
- Updating from VMmanager 5 to VMmanager 6 is not supported. You can migrate from VMmanager 5 using the instructions.
- Updating the platform on a CentOS 7 server may cause platform malfunctions. Before upgrading, migrate to AlmaLinux 8 using the instructions.
- If the platform version is lower than 2023.01.1, the update will install a new version of the task processing service. Running tasks will be forced to terminate. It is recommended to perform the update when the number of running tasks is minimal.
Updating steps
To update VMmanager:
- Сonnect to the VMmanager server via SSH.
-
Update the software packages:
AlmaLinux, CentOS, RED OSyum update
Ubuntu, Astra Linuxapt update && apt upgrade
-
In the right-hand menu of the platform interface click
icon → System information → Update the platform now or run the command:
- to update to the latest version:
vm update
- to update to a specific version:
vm update -v=<version>
Example commandvm update -v=2025.01.1
Downgrading the platform version is not supported.
- to update to the latest version:
Changing the release version model
VMmanager 6 supports two release versions models: stable and regular. See more in the Release versions article.
To see the current release version:
- via the web interface: in the right menu, click on the
icon → System review tab. If you have the stable version installed, the field Platform version will contain the word stable, otherwise — regular;
- via the terminal:
- Connect to the platform server via SSH.
-
Check the value of the Stage parameter in the /opt/ispsystem/vm/config.json file. The parameter will have one of the following values:
The stable version"Stage":"stable"
The regular version"Stage":"beta"
If you need to change the release version:
- Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
- Enter one of the commands below:
Switch to the stable versionvm update -s stable
Switch to the regular versionvm update -s regular
Related topics: