[Koha-bugs] [Bug 34516] Upgrade database fails for 22.11.07.003, points to web installer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 23 23:37:20 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34516

--- Comment #3 from dcowens76 at gmail.com ---
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.


More information about the Koha-bugs mailing list