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

--- Comment #1 from Zeno Tajoli <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to