11 Dec
2025
11 Dec
'25
12:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35830 --- Comment #28 from Andrii Nugged <nugged@gmail.com> --- Yes, exactly - the missing bit was that the atomic DB update was not idempotent, and the same non-idempotent `INSERT` ended up being shipped in multiple branches and then overlaid: once it successfully runs on an older version, a later upgrade that runs the same `INSERT` again in a newer branch hits the duplicate key and crashes update database in the middle. -- You are receiving this mail because: You are watching all bug changes.