Each time the new version of Foresight Analytics Platform is delivered, it is required to update the current version of BI server and web application back end. Using the distributions: foresight-fp10.x-biserver*.deb/rpm, foresight-fp10.x-webserver*.deb/rpm in Linux OS and FP10BIServerIIS_x64.exe, FP10WebServer.exe in Windows OS, one can update BI server and web application back end within the same release. Each user must manually start update process on the local computer.
IMPORTANT. Simultaneous use of the new and the previous version of Foresight Analytics Platform is impossible starting with the version 9.4.
Before executing update create a copy of the database and the current server, on which the new web application version is to be updated and tested. Make sure that all users are disconnected from the repository, and access to Internet is allowed. BI server and web application back end are updated by the user who is a local computer administrator.
To update the installed extensions: Calculation Algorithms, Business Process Management, Interactive Data Entry Forms, Designer of Business Applications, Cube Cache, see the Updating Extensions section.
To update metadata repository version, see the Updating Metadata Repository Version section.
To update BI server:
Stop the currently running processes of BI server:
Debian-based distributions:
sudo systemctl stop apache2-fp10.x
RedHat-based distributions:
sudo systemctl stop httpd-fp10.x
ALT Linux:
sudo systemctl stop httpd2-fp10.x
Stop the task scheduler scheduler.service service if scheduled task execution is set up:
sudo systemctl stop scheduler.service
Copy the foresight-fp10.x-biserver*.deb/rpm distribution file from the software package to the /home/<user name> home directory. Name of the distribution file depends on Linux OS version.
If required, determine a user name, under whom BI server is to be updated:
whoami
Install the copied BI server distribution file:
Astra Linux:
sudo dpkg -i foresight-fp10.x-biserver*.deb
Rocky Linux:
sudo yum localinstall foresight-fp10.x-biserver*.rpm
RED OS:
sudo dnf install foresight-fp10.x-biserver*.rpm
ALT Linux:
sudo apt-get install -y foresight-fp10.x-biserver*.rpm
After executing the operations, BI server is updated from the current to the latest version.
To update web application back end:
Copy the foresight-fp10.x-biserver*.deb/rpm distribution file from the software package to the /home/<user name> home directory. Name of the distribution file depends on Linux OS version.
Install the copied distribution of the web application back end:
Astra Linux:
sudo dpkg -i foresight-fp10.x-webserver*.deb
Rocky Linux:
sudo yum localinstall foresight-fp10.x-webserver*.rpm
RED OS:
sudo dnf install foresight-fp10.x-webserver*.rpm
ALT Linux:
sudo apt-get install -y foresight-fp10.x-webserver*.rpm
Make sure that the AstraMode mode is disabled during the use of Astra Linux. The /etc/apache2-fp10.x-web/apache2.conf configuration file should contain the "AstraMode off" string.
After executing the operations, web application back end is updated from the current to the latest version.
See also: