[Koha-bugs] [Bug 13217] fix koha-upgrade-schema to work with git/dev installs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 7 02:06:59 CET 2014


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

--- Comment #2 from Mason James <mtj at kohaaloha.com> ---
> # koha-upgrade-schema -v master
> Upgrading database schema for -v

oops, typo ^

root at xen1:~# sh -x  /usr/sbin/koha-upgrade-schema master
+ set -e
+
update=/usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl
+ echo Upgrading database schema for master
Upgrading database schema for master
+ KOHA_CONF=/etc/koha/sites/master/koha-conf.xml PERL5LIB=/usr/share/koha/lib
/usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl


this is a similar issue to 13216, where PERL5LIB is assumed be
'/usr/share/koha'

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


More information about the Koha-bugs mailing list