Update the extension
Centreon MBI is updated in two steps:
- Updating the extension interface
- Updating the reporting server
Update the extension interface
Please ensure that the ETL process has been completed before updating the extension.
- Update the package, run the following commands:
- Alma / RHEL / Oracle Linux 8
- Alma / RHEL / Oracle Linux 9
- Debian 12
dnf clean all
dnf update centreon-bi-server
dnf clean all
dnf update centreon-bi-server
apt clean
apt --only-upgrade install centreon-bi\*
- Update through the interface: Log on to the Centreon web interface, go to the Administration > Extension > Manager page and click the Update button to update the extension and the widgets.
Update the reporting server
Connect to your reporting server and stop the scheduler service CBIS:
systemctl stop cbis
Then stop gorgoned:
systemctl stop gorgoned
Then run the following commands:
- Alma / RHEL / Oracle Linux 8
- Alma / RHEL / Oracle Linux 9
- Debian 12
dnf clean all
dnf update centreon-bi\*
dnf clean all
dnf update centreon-bi\*
apt clean
apt --only-upgrade install centreon-bi\*
You also need to update Centreon Gorgone:
- Alma / RHEL / Oracle Linux 8
- Alma / RHEL / Oracle Linux 9
- Debian 12
dnf update centreon-gorgone\*
dnf update centreon-gorgone\*
apt --only-upgrade install centreon-gorgone\*
Start the scheduler service CBIS:
systemctl start cbis
Then start gorgoned:
systemctl start gorgoned
MBI is now updated.
Follow this procedure if you get an error due to a column update issue in the database.