[Koha-bugs] [Bug 34685] updatedatabase.pl does not propagate the error code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 6 02:55:22 CEST 2023


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
My test plan:
0. vi Koha.pm
Change $VERSION from "23.06.00.016" to "23.06.00.017"
1. vi installer/data/mysql/db_revs/230600017.pl
Added a "die" into the first part of the "up" sub
2a. koha-mysql kohadev
2b. update systempreferences set value = '23.0600016' where variable =
'Version';
3. echo 'flush_all' | nc -q 1 memcached 11211
4. perl ./installer/data/mysql/updatedatabase.pl

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


More information about the Koha-bugs mailing list