http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1307 Summary: Foreign keys require a specific order for success Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: Web Installer AssignedTo: henridamien@koha-fr.org ReportedBy: jmf@kados.org QAContact: koha-bugs@nongnu.org It's completely random whether sql files in sql-datas will be successful because there is currently no way to specify the order of execution. This is because the list of available files is stored in a hash that has a random order. So the installer will fail on a somewhat random basis. I've marked it as a blocker because it must be fixed before the web installer is released in 3.0. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.