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

--- Comment #3 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to