Skip to main content
Version: ⭐ 24.04

Upgrading MAP

If you're updating to a new major version (i.e: A.B.x with A or B that changes) you need to install the new Business repository. You can find its address on the support portal.

Prerequisites

Update the RPM signing key

For security reasons, the keys used to sign Centreon RPMs are rotated regularly. The last change occurred on October 14, 2021. When upgrading from an older version, you need to go through the key rotation procedure, to remove the old key and install the new one.

Update the package

  1. Stop the centreon-map-engine service by running this command on the machine hosting the Centreon MAP service:

    sudo systemctl stop centreon-map-engine
  2. In order to update the Centreon MAP module, execute the following commands:

  • On the central server:

    sudo dnf update centreon-map-web-client
  • On the MAP server:

    sudo dnf update centreon-map-engine
  1. Clear your browser cache.

  2. Finalize the update of the module and the widget in the Centreon interface Administration > Extensions > Manager.

    An orange update button is visible, indicating that an update is available. Click on it to update the module, and do the same for the widget.

  3. Restart the centreon-map-engine service using the following command:

    sudo systemctl start centreon-map-engine
  4. When upgrading to version 24.04 and above, you have to upgrade MariaDB to version 10.11. See Upgrading MariaDB.