https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36232
Mohd Hafiz Yusoff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mohd Hafiz Yusoff <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
