https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid@lmscloud.de --- Comment #1 from Paul Derscheid <paul.derscheid@lmscloud.de> --- db_rev 241101000.pl misplaced and missing execute permission I unintentionally placed the db_rev file `241101000.pl` in the wrong location. Steps to Reproduce: 1. Run the update process Expected Results: - The update should apply successfully. Actual Results: - The update fails because the db_rev file is placed in the wrong location (and missing permissions). Fix: - Move the file to the correct location: mv installer/data/mysql/{,db_revs/}241101000.pl - Set the execute permission: Bash chmod +x installer/data/mysql/db_revs/241101000.pl Additional Information: A fixed package will be available shortly (within a few hours). I apologize for any inconvenience this may have caused. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.