Skip to main content
Version: ⭐ 24.10

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.

  1. Update the package, run the following commands:
dnf clean all
dnf update centreon-bi-server
  1. 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:

dnf clean all
dnf update centreon-bi\*

You also need to update Centreon Gorgone:

dnf update 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.