10 Dec
2025
10 Dec
'25
11:38 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35830 --- Comment #25 from Andrii Nugged <nugged@gmail.com> --- .. I did fixed my server with patching this SQL INSERT as "IGNORE": ``` q{INSERT IGNORE INTO user_permissions (borrowernumber, module_bit, code) SELECT borrowernumber, module_bit, 'merge_borrowers' FROM user_permissions where module_bit = 4 and code = 'edit_borrowers';} ``` and re-run `apt-get upgrade`, all passed. Not sure this is the cleanest way for now, but this might be workarounder for other non-deep-Koha people who come here from the websearch one day too. -- You are receiving this mail because: You are watching all bug changes.