https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34516
--- Comment #5 from [email protected] --- (In reply to dcowens76 from comment #3) > 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. try this thread: there's a fix in it. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
