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

--- Comment #28 from Andrii Nugged <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to