https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276
Pedro Amorim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #29 from Pedro Amorim <[email protected]> --- (In reply to Jonathan Druart from comment #26) > You should also try to break the upgrade at 23.06.00.002 with the wrong FK > name illrequests_ibfk_1 and updatedatabase again. How exactly, sorry, I don't follow. Steps to reproduce original problem: 1) Run ktd with mysql8.0: DB_IMAGE=mysql:8.0 ktd up 2) Do the following steps, on ktd: git checkout v22.11.05 reset_all git checkout master updatedatabase Verify it blows up with the error: ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate key name 'illrequests_bibfk' at /kohadevbox/koha/C4/Installer.pm line 741 Ran the test plan for both mysql:8.0 (where the issue could be reproduced) and mariadb10.5 (the issue did not happen before). Both successful. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
