[Koha-bugs] [Bug 11623] Errors with upgrade from 3.00.00.070 to 3.14.02.000

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 28 07:27:19 CET 2014


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

--- Comment #1 from David White <dswhite42 at yahoo.com> ---
I'll just add my own workarounds to these:

* Convert everything to InnoDB prior to running the upgrade script.

* Of these ALTER TABLE DROP FOREIGN KEY errors, the only one that seems to
actually generate a red warning message is the patronimage one.  I solved this
by pre-creating the "patronimage" table with the patronimage_fk1 foreign key,
so the script can happily drop it

* Rewrote the /optional/ pathnames to /mandatory/

* Altered the sample_notices_message_transports.sql to delete these lines:

(4, 'email', 0, 'reserves',    'HOLD')
(4, 'sms',   0, 'reserves',    'HOLD')
(5, 'email', 0, 'circulation', 'CHECKIN')
(5, 'sms',   0, 'circulation', 'CHECKIN')
(6, 'email', 0, 'circulation', 'CHECKOUT')
(6, 'sms',   0, 'circulation', 'CHECKOUT')

These will allow the script to run at the right time, and the 6 lines above
will be created later by updatedatabase.pl later in the script anyway (when the
appropriate entries in the 'letters' table have also been created).

-- 
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