There are two versions of the platform releases:
- stable version of the softwares;
- regular version of the software.
Based on the results of testing, additional fixes and improvements are made to the stable version to optimize the performance of the software.
The regular versions include all functionality updates, but are less stable than the stable versions. Most of the features released in the regular versions are refined and then included in future stable versions.
The list of version changes is published on ISPsystem website.
Checking the current release version
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"
Release version changing
To select the release version when installing VMmanager 6, follow the instructions in the Platform Installation section of the Installation article. The regular version is installed by default.
You can also change the release version If the platform is already installed. To do so:
- 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