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

            Bug ID: 9996
           Summary: Fix search for existing/upgraded Debian package
                    instances
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P5 - low
         Component: Packaging
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
        Depends on: 3087, 9256

Bug 9256 fixed the fallout from bug Bug 3087 for *new* instances that are
created with koha-create, but it did nothing for instances that are upgraded to
3.10.x. We probably need a koha-upgrade-to-3.10, similar til how it was done
for 3.4? 

What I found I had to do to make my instances work after they were upgraded
from 3.8.11 to 3.10.4 was:

1. Replace syntax="usmarc" with syntax="normarc|marc21" in koha-conf-xml (and
by "normarc|marc21" I mean either normarc or marc21, depending on what the
instance actually uses)

2. Change this:
<xi:include href="/etc/koha/zebradb/retrieval-info-auth-dom.xml"
to this:
<xi:include href="/etc/koha/zebradb/marc21-retrieval-info-auth-dom.xml"
or this:
<xi:include href="/etc/koha/zebradb/normarc-retrieval-info-auth-dom.xml"
again depending on what marcflavour the instance uses. 

3. Restart Zebra

So a koha-upgrade-to-3.10 script should probably do something similar. But I
might be missing things!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to