Hi,
After upgrading from 24.04.2 to 24.04.4,
I have sql errors in the log file /var/log/centreon-broker/central-broker-master.log :
[sql] [critical] sql: could not find index for service(x, y) - maybe the poller with that service should be restarted

I looked in the service table in the centreon database and the service table in the centreon_storage database, but I couldn't find a service with id x.
The problem is that the log files are growing and saturating the /var/log/ directory.
i did an analysis and optimization on the tables but the error is still there.
mysqlcheck --auto-repair --check --all-databases
mysqlcheck --optimize --all-databases
Same thing after rebuilding the RRD databases.
I only have a central server and no poller. Of course, I tried restarting the centreon services and the vm.
Do you have any ideas on how to solve this problem?