https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34516
--- Comment #3 from [email protected] --- Interesting, thanks for sharing what worked for you. I tried the same process, I think, with the following result: $ mysql -uroot -p mysql> USE koha_[instance]; mysql> DROP INDEX publishercode on deletedbiblioitems; mysql> DROP INDEX publishercode on biblioitems; mysql> quit; $ sudo apt upgrade [to upgrade the koha-common package] $ sudo service memcached restart $ sudo koha-upgrade-schema [instance] Upgrading database schema for [instance] Upgrade to 22.12.00.026 [20:28:04]: Bug 22440 - Add new /ill_requests endopoint ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate key name 'illrequests_bibfk' at /usr/share/koha/lib/C4/Installer.pm line 741 For me, the "Welcome to the Koha 23.05 web installer" then appears rather than the staff interface, and the OPAC shows it is in maintenance mode. -- You are receiving this mail because: You are the assignee for the bug. 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/
