6 Jul
2012
6 Jul
'12
3:12 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #84 from Jonathan Druart <jonathan.druart@biblibre.com> --- Hi Katrin, Currently, we check on each page if DB is up-to-date (e.g. if version in kohaversion.pl > syspref "Version"). With this new system, I think it is better to modify the workflow to decrease the number of sql queries. The idea is: 1/ switch on the syspref OpacMaintenance before an upgrade. 2/ update your sources 3/ Check on admin/updatedatabase.pl if exist new version to execute 4/ switch off the OpacMaintenance. -- You are receiving this mail because: You are watching all bug changes.