[Koha-bugs] [Bug 8471] loading an sql file into mysql, often fails when loading the 'letter' table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 12 06:33:21 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8471

--- Comment #2 from Mason James <mtj at kohaaloha.com> ---
> > loading an sql file into mysql, often fails when loading the 'letter' table
> > 
> > i have no idea why. the quick-fix is to drop - then create the database


just a little update...

it seems this error is triggered when a koha-3.6 .sql file is loaded into an
existing koha-3.8 database


so, this is ok
 $ mysql koha < ./koha-3.6.sql
 $ mysql koha < ./koha-3.8.sql

but this fails
 $ mysql koha < ./koha-3.8.sql
 $ mysql koha < ./koha-3.6.sql


hope that helps someone :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list