Bug 35146 - Missing db_revs file for Koha 21.11.24
Summary: Missing db_revs file for Koha 21.11.24
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: 21.11
Hardware: All All
: P5 - low major
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: rel_21_11_candidate
Depends on:
Blocks:
 
Reported: 2023-10-24 20:02 UTC by Alex Buckley
Modified: 2024-07-04 20:38 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.25
Circulation function:


Attachments
Bug 35146 - Missing db_revs file for Koha 21.11.24 (773 bytes, patch)
2023-11-01 02:29 UTC, Danyon Sewell
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Buckley 2023-10-24 20:02:58 UTC
The Koha 21.11.24 minor point release is missing a db_revs file to increment the Koha version number in the database.

https://git.koha-community.org/Koha-community/Koha/commit/df3374ec2f47c2de1ca0ccb0bdbd967d5d8dc4c7

This means after upgrading to the 21.11.24 koha-common package on a server and upgrading the schema, Koha will still re-direct to the Koha web installer.
Comment 1 Danyon Sewell 2023-11-01 02:23:26 UTC
That would be my mistake, I created the revs file initially but never actually commited it to the branch :)

have fixed this for now and rolled it into the 21.11.25 release
Comment 2 Danyon Sewell 2023-11-01 02:29:59 UTC
Created attachment 158165 [details] [review]
Bug 35146 - Missing db_revs file for Koha 21.11.24

Adding missing revs file.