Hello,
Since I Updated my Centreon platform in 22.04, when I try to install a new plugin pack (for example the new Protocol SFTP plugin) I receive the following error message :
And if I check in /var/log/centreon/sql-error.log I can see this error :
2022-05-27 16:44|0|0|SQLSTATES42S02]: Base table or view not found: 1146 Table 'centreon.mod_ppm_plugins_installation' doesn't exist QUERY : INSERT INTO mod_ppm_plugins_installation (pluginpack_id, package_name, command, version) VALUES (:plugin_pack_id, :package_name, :command, :version), null
2022-05-27 16:44|centreon-pp-manager|0|Cannot save plugins requirements of Plugin Pack centreon-plugin-Applications-Protocol-Sftp
It seems the table centreon.mod_ppm_plugins_installation is missing.
Any ideas why the table is missing ?
Should I create ite myself ?
Thanks in advance