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

--- Comment #26 from Andrii Nugged <[email protected]> ---
This is not data-specific. Any site that has already applied the 25.05.06
atomic update for Bug 35830 and then runs 25.06.00.028 (25.11.00), or has
applied the 24.11.11 update and then upgrades to 25.05 or 25.11, will hit this
duplicate-key error and get stuck in maintenance mode until it is manually
patched.

Changing above statement to use `INSERT IGNORE ...` makes the atomic update
idempotent and fixes the issue. If `INSERT IGNORE ...` is considered enough,
the same change should be backported to all older versions that contain this
atomic update to avoid overlapping executions of the same insert on older
upgrades sequences.

-- 
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