https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38884 Isabel Pineda <isabel.pineda@ds.edu.sv> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isabel.pineda@ds.edu.sv --- Comment #3 from Isabel Pineda <isabel.pineda@ds.edu.sv> --- (In reply to Paul Derscheid from comment #1)
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.
Is it possible to do this fix by myself in order to make my installation work again now? It says:
- Move the file to the correct location: mv installer/data/mysql/{,db_revs/}241101000.pl
-> Can I do this on my installation? To which folder do I have to go to execute this command? -- You are receiving this mail because: You are watching all bug changes.