[Koha-bugs] [Bug 13068] New: New feature for DB update and sandbox

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 10 16:37:07 CEST 2014


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

            Bug ID: 13068
           Summary: New feature for DB update and sandbox
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: paul.poulain at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Most patches with a DB update cannot be applied automatically on sandboxes,
because they have a conflict in updatedatabase.pl

I propose to have a new directory (say dev_update), that will be used during
the development process.
 * when you submit a patch with a db update, you developer must put the DB
update part into the dev_update/ directory, NOT in updatedatabase.pl
 * the updatedatabase.pl, at the end of the update process, checks if there is
something in the dev_update. If there is, what's here is applied.
 * when the patch is pushed by the Release Manager, the DB update is moved out
from the dev_update directory, and included into updatedatabase.pl

-- 
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