https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24694 Bug ID: 24694 Summary: Installing the sample data produces some errors Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: pasi.kallinen@koha-suomi.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Getting the following errors when installing the default sample data: sample_holidays.sql [Thu Feb 20 08:26:09 2020] install.pl: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`repeatable_holidays`, CONSTRAINT `repeatable_holidays_ibfk_1` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE) message_transport_types.sql [Thu Feb 20 08:26:07 2020] install.pl: DBD::mysql::st execute failed: Duplicate entry 'email' for key 'PRIMARY' sample_notices_message_attributes.sql [Thu Feb 20 08:26:10 2020] install.pl: DBD::mysql::st execute failed: Duplicate entry '1' for key 'PRIMARY' sample_notices_message_transports.sql [Thu Feb 20 08:26:10 2020] install.pl: DBD::mysql::st execute failed: Duplicate entry '1-email-0' for key 'PRIMARY' -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.