Update the extension
Centreon MBI is updated in two steps:
- Updating the extension interface
- Updating the reporting server
Update the extension interface
- 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 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\*
Start the scheduler service:
systemctl start cbis
MBI is now updated.
Follow this procedure if you get an error due to a column update issue in the database.