View | Details | Raw Unified | Return to bug 33720
Collapse All | Expand All

(-)a/debian/scripts/koha-upgrade-schema (+5 lines)
Lines 40-45 fi Link Here
40
for name in "$@"
40
for name in "$@"
41
do
41
do
42
    if is_instance $name; then
42
    if is_instance $name; then
43
        ## restart memcached, if it exists
44
        if [ -f "/etc/init.d/memcached" ]; then
45
            /etc/init.d/memcached restart
46
        fi
47
43
        echo "Upgrading database schema for $name"
48
        echo "Upgrading database schema for $name"
44
        KOHA_CONF="/etc/koha/sites/$name/koha-conf.xml" \
49
        KOHA_CONF="/etc/koha/sites/$name/koha-conf.xml" \
45
        PERL5LIB=$PERL5LIB \
50
        PERL5LIB=$PERL5LIB \

Return to bug 33720