Bug 28635 - upgrade from Koha 20.05.06.000 to latest version failing with Row size too large
Summary: upgrade from Koha 20.05.06.000 to latest version failing with Row size too large
Status: RESOLVED DUPLICATE of bug 28267
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: 20.05
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-28 09:50 UTC by Mesfin
Modified: 2021-12-18 07:15 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mesfin 2021-06-28 09:50:19 UTC
{UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126.
This incldues storage overhead, check the manual. You have to change some columns to TEXT or BLOBs [for Statement "
 
                ALTER TABLE `items` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `new_status`
"] at /usr/share/perl5/DBIx/Class/Schema.pm line 1118.
Comment 1 Fridolin Somers 2021-12-18 07:15:59 UTC

*** This bug has been marked as a duplicate of bug 28267 ***