[Koha-bugs] [Bug 36232] Updating database structure

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 7 08:05:58 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36232

Mohd Hafiz Yusoff <mhby87 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mhby87 at gmail.com

--- Comment #1 from Mohd Hafiz Yusoff <mhby87 at gmail.com> ---
(In reply to James Magori from comment #0)
> Upgrade to 23.11.02.002 [08:25:15]: Bug 34979 - Fix system preference
> discrepancies
> ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry
> 'OAI-PMH:AutoUpdateSetsEmbedItemData' for key 'systempreferences.PRIMARY' at
> /usr/share/koha/lib/C4/Installer.pm line 741
> Fix mistakes in system preferences, if necessary:
> ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry
> 'OAI-PMH:AutoUpdateSetsEmbedItemData' for key 'systempreferences.PRIMARY' at
> /usr/share/koha/lib/C4/Installer.pm line 741

Same with me, but i just delete variable "OAI-PMH:AutoUpdateSetsEmbedItemData"
in systempreferences table

DELETE FROM systempreferences WHERE variable =
"OAI-PMH:AutoUpdateSetsEmbedItemData";

then run koha-upgrade-schema again

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


More information about the Koha-bugs mailing list