https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36424 --- Comment #7 from Pablo AB <pablo.bianchi@gmail.com> ---
It appears, for some reason, your schema ended up without the item_groups table, and that should exist by the time DBrev 220600078 runs.
Not sure if there is a misunderstanding. Those tests were run on the current rolled back instance, not the broken middle-ground upgrade.
What's the full output of updatedatabase when you perform the update? Does bug 24857 DBrev 220600014 run? Does the message 'Added new table 'item_groups'' show? If not, any error (related to 220600014?)
I tried again the upgrade. No mention of Bug 24857 or `item_groups` or 220600078 or 220600014. In this broken state, cron: /etc/cron.hourly/koha-common: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'me.renewals_count' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 317 myinstance: 11 status returned by "/usr/share/koha/bin/cronjobs/automatic_checkin.pl" run-parts: /etc/cron.hourly/koha-common exited with return code 1 I'll leave it in this state, for any further analysis I could test before the rollback. Also, if helps, I could attach the output of the `apt upgrade` (after the update, after moving 22.05 → 23.11 on koha.list). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.