To upgrade Administration Server from version 14.2—15.4 to version 16 or later, you can create a backup of the Administration Server data and restore it after installing a new version of Kaspersky Security Center Linux. If problems occur during installation, you can restore the previous version of Administration Server by using the backup of the Administration Server data created before the upgrade.
To upgrade Kaspersky Security Center Linux from version 15.4 or earlier to the latest version through backup:
sudo -i -u postgres psql -U postgres -c "CREATE DATABASE <iam_db_name>;"
sudo mysql -u root -p -e "CREATE DATABASE <iam_db_name>;"
sudo adduser ksciam
sudo gpasswd -a ksciam kladmins
sudo usermod -g kladmins ksciam
If Kaspersky Security Center Web Console was installed earlier, reinstall it with the same response file.
Log in to Kaspersky Security Center Web Console under the administrator's internal user account.
The data initialization process usually takes up to 15 minutes after restoring Administration Server data, but the time depends on the hardware performance and the size of the Administration Server data. During this time, Kaspersky Security Center Web Console may fail to connect and display errors.
We recommend that you upgrade the Network Agent for Linux to the same version as Kaspersky Security Center Linux.
After completion of the remote installation task, the Network Agent version is upgraded.
Run the following commands on Linux-based assets to remove dependencies that are no longer needed:
sudo apt-get -y autoremove
sudo apt -y autoremove
sudo dnf autoremove
sudo yum autoremove