https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17135 --- Comment #38 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- (In reply to Marcel de Rooy from comment #35)
The location of the script in misc/maintenance would be fine for running it from the command line. But it will be a problem for several install types when running it from the web installer. Files from misc/maintenance go to bin/maintenance in a package install, not to mention other installs than a dev install.
Ouch, I was completely unaware of that ("monkey see monkey do" kind of approach is known to be prone to some unexpected disadvantages occasionally ;), thanks for the follow-up.
This patch moves the script to installer/data/mysql. Already there are two other scripts run by upgradedatabase. I would rather move these three scripts somewhere else, but we c/should do that on another report.
-- You are receiving this mail because: You are watching all bug changes.