Hello !
During update from 23.10 to 24.04.7 we faced to some issues (that we do not have on preprod env...)
here is some of them and how we solved them (if it may help others users !) :
FYI : We are running the Central on Debian 11 with a deported dedicated MariaDB.
Just after upgrade
=> We had to edit /usr/share/centreon/www/class/centreonDB.class.php and then comment the line with the call to function “logSqlError”
Then we faced to a second error :
“UPGRADE - 24.04.0: Unable to add column is_internal to table widget_models”
=> On DB Centreon it has been fixed with : “alter table widget_models ROW_FORMAT=DYNAMIC;”
And Last : we got an error on installCoreWidgets (probably due to multiple refresh due to the errors) on “install Core Widgets” solved by commenting //$installCoreWidgets(); in file /usr/share/centreon/www/install/php/Update-24.04.0.php
If it may help some other user !
Regards