Bonjour lors d’une sauvegarde j’ai l’erreur suivante:
[START BACKUP]
***************Start of Jeedom backup at 2025-04-30 10:39:34***************
Send begin backup event...OK
Checking files rights...
OK
Checking database...
jeedom.event
note : The storage engine for the table doesn't support check
jeedom.historyArch
Error : Incorrect information in file: './jeedom/historyArch.frm'
error : Corrupt
jeedom.historyArch
Error : Incorrect information in file: './jeedom/historyArch.frm'
error : Corrupt
OK
Backing up database...
mysqldump: Got error: 1033: "Incorrect information in file: './jeedom/historyArch.frm'" when using LOCK TABLES
Error during backup: Backing up database failed. Check mysqldump installation. Code: 2Details : Array
(
)
[END BACKUP ERROR]
PHP Fatal error: Uncaught Exception: Backing up database failed. Check mysqldump installation. Code: 2 in /var/www/html/install/backup.php:106
Stack trace:
#0 {main}
thrown in /var/www/html/install/backup.php on line 106
Dans la verification de la base de donné j’ai:
CREATE TABLE IF NOT EXISTS `historyArch` ( `cmd_id` int(11) NOT NULL, `datetime` datetime NOT NULL, `value` varchar(127) NULL, primary key(`cmd_id`,`datetime`)) ENGINE InnoDB; CREATE UNIQUE INDEX `unique` ON `historyArch` (`cmd_id` ASC,`datetime` ASC);
Impossible de corriger avec le bouton
quelqu’un a t il une idée?
Merci d’avance
Informations Jeedom
Core : 4.4.19 (master)
DNS Jeedom : oui
Plugin : JeeZigbee
Version : 2025-01-15 01:01:47 (stable)
Statut Démon : Démarré - (2025-03-14 20:21:36)