[Bug 29563] New: Version 21.05.05 is missing database update
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 Bug ID: 29563 Summary: Version 21.05.05 is missing database update Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org The increment to 21.05.05 was done in these two commits: https://git.koha-community.org/Koha-community/Koha/commit/d4f60deeb7f157177c... https://git.koha-community.org/Koha-community/Koha/commit/ba30e76d1a08ef84e6... But these commits do not update the database, only Koha.pm. Here is what it usually looks like: https://git.koha-community.org/Koha-community/Koha/commit/b17cf65633107306bd... So if you check out the 21.05.05 tag, Koha.pm says: $VERSION = "21.05.05.000"; But the last DB update in installer/data/mysql/updatedatabase.pl is this: $DBversion = '21.05.04.003'; if( CheckVersion( $DBversion ) ) { $dbh->do( q{ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('CreateAVFromCataloguing', '1', '', 'Ability to create authorized values from the cataloguing module', 'YesNo') }); NewVersion( $DBversion, 29137, "Add system preference CreateAVFromCataloguing"); } -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |kyle@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Severity|major |blocker -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- v21.05.05 is broken and will stay broken. However I think we fixed the package, and the current origin/21.05.x branch seems to be ok -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #1)
v21.05.05 is broken and will stay broken. However I think we fixed the package, and the current origin/21.05.x branch seems to be ok
That is correct. The packages were fixed by Mason IIRC! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29563 --- Comment #3 from Magnus Enger <magnus@libriotech.no> ---
That is correct. The packages were fixed by Mason IIRC!
OK. I was seeing this because I was upgrading a gitifed install to 21.05.05. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org