https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40528
Andrii Nugged <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Andrii Nugged <[email protected]> --- we also have some Koha servers which stuck on API 500 error, Something went wrong when loading the table. 500: Internal Server Error. Not in enum list: yes, no, inherit. I suspect we need to run to "fix the fix": we need higher atomic update version, not just updated 250501001.pl, so those who jumped into window (ok, gate) between 25.05.01 and 25.05.03 already affected, I will run manually SQL for mine people, but there can be more instances in the world where I can't explain them what to do :). Except I can say this: I found that 250501001.pl is anyway idempotent (partially, comparable to current possible DB states), so if someone have their customer(s) stuck between 25.05.01 and before 25.05.03-2 (upcoming) (or something like that what Paul might release), I just copied db_revs/250501001.pl to atomicupdate/post-250501001.pl, ran .../mysql/updatedatabase.pl, removed atomicupdate/post-250501001.pl. So: One‑liner (run as root/sudo): ``` cp -v /usr/share/koha/intranet/cgi-bin/installer/data/mysql/db_revs/250501001.pl /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/post-250501001.pl && koha-foreach /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl && rm -v /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/post-250501001.pl ``` You should see a confirmation like: ``` DEV atomic update /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/post-250501001.pl [18:54:20]: Bug 40337 - Define checkprevcheckout as ENUM ``` it worked for me on a few servers, no errors on atomic updates, nor 500 anymore from API. For those who can't do this we need to release idempotent update versioned like 250503001.pl so it will definitely run on their 25.05.03.000 (latest) -- 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/
