[Koha-bugs] [Bug 29378] After the automatic update to 21.05.05, the OPAC switches to maintenance mode and the web installer is displayed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 30 16:37:51 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29378

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Ok, the problem is that the version in Koha.pm doesn't match the one in the
database because of a forgotten database update. When they both match again,
you will get out of the installer loop.

Koha.pm has:
$VERSION = "21.05.05.000";

So this should do the trick:
UPDATE systempreferences SET value = "21.0505000" where variable = "Version";

You might need to restart Plack/Memcached for Koha to take notice.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list