[Koha-bugs] [Bug 9191] New: updatedatabase.pl must have ability to run updates only up to a particular revision

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 3 13:58:02 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9191

            Bug ID: 9191
           Summary: updatedatabase.pl must have ability to run updates
                    only up to a particular revision
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1 - high
         Component: Installation and upgrade (command-line installer)
          Assignee: jcamins at cpbibliography.com
          Reporter: jcamins at cpbibliography.com
            Blocks: 7167

With the introduction of the non-linear updates in bug 7167, the current
updatedatabase.pl mechanism will be phased out. However, it will behoove us to
keep copies of the updates that are performed by the non-linear system in the
current updatedatabase.pl at least until the 3.12 release, as an insurance
policy. In order to do that, though, it must be possible to specify that
updates greater than X.XX.XX.XXX should not be run. Replacing our simplistic if
($DBversion < C4::Context->preference('Version')) with a subroutine call that
checks these things will solve the problem.

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


More information about the Koha-bugs mailing list