http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167
--- Comment #84 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
