http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #85 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #84)
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.
100% agreeing = 1- upgrades must be planned & organized, setting OpacMaintenance manually when starting is a good behaviour 2- it's not only a matter of "it's better to modify the workflow", it's a matter of "it would cost too much ressources to check on every page" My opinion here is that we have a positive balance. (It must be announced clearly though, i'll take care of this announcement) -- You are receiving this mail because: You are watching all bug changes.