I Have the following error message when I try to restore my Joomla database with akeeba backup :
Can't write; duplicate key in table 'jootest_acym_step'
SQL=CREATE TABLE `jootest_acym_step` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `triggers` longtext, `automation_id` int(11) NOT NULL, `last_execution` int(11) DEFAULT NULL, `next_execution` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `fkjoo3923_acym__step1` (`automation_id`), CONSTRAINT `fkjoo3923_acym__step1` FOREIGN KEY (`automation_id`) REFERENCES `jootest_acym_automation` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8
Could you please help me to fix this issue?
Regards
Vincent