https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267 --- Comment #63 from David Cook <dcook@prosentient.com.au> --- (In reply to Mengu Yazicioglu from comment #61)
As you know, if there is a change in database structure, we have to run post installation steps from intranet part. Due to row format issues of some tables, newly added ERM tables in the post installation steps gave many errors saying "Row size too large..."
In order to finish upgrade we have to click "Try again" button but first solve the row format issue. In a new terminal, we have to change row_format feature of related tables to DYNAMIC.
Thanks, Mengu. I'm a bit surprised that the error would appear when adding new tables, since they should default to the DYNAMIC format when you're on a newer MySQL/MariaDB on a newer OS. Maybe something more to look at with your installation... -- You are receiving this mail because: You are watching all bug changes.