[Koha-bugs] [Bug 15207] Error on upgrade from 3.20.5 to 3.22 beta

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 12:24:40 CET 2015


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

--- Comment #1 from Zeno Tajoli <z.tajoli at cineca.it> ---
Hi,

I try to do an update from 3.20.5 to master (3.22 beta at db level).

I have done a standard marc21 english install using all sql files, mandatory
and optional.

I receive two errors:

updatedatabase.pl: DBD::mysql::db do failed: Can't create table
'koha.#sql-3a4_7f' (errno: 121) [for Statement "
updatedatabase.pl: ALTER IGNORE TABLE course_reserves
updatedatabase.pl: add CONSTRAINT course_reserves_ibfk_2
updatedatabase.pl: FOREIGN KEY (ci_id) REFERENCES course_items (ci_id)
updatedatabase.pl: ON DELETE CASCADE ON UPDATE CASCADE
updatedatabase.pl: "] at
/production/koha/install/bug14960/installer/data/mysql/updatedatabase.pl line
10804.

updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry '1-self_checkout'
for key 'PRIMARY' [for Statement "
updatedatabase.pl: INSERT INTO permissions (module_bit, code, description)
updatedatabase.pl: VALUES (1, 'self_checkout', 'Perform self checkout at the
OPAC. It should be used for the patron matching the AutoSelfCheckID')
updatedatabase.pl: "] at
/production/koha/install/bug14960/installer/data/mysql/updatedatabase.pl line
10871.

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