[Bug 9996] New: Fix search for existing/upgraded Debian package instances
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: koha-bugs@lists.koha-community.org Reporter: magnus@enger.priv.no CC: robin@catalyst.net.nz 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #1 from Robin Sheat <robin@catalyst.net.nz> --- Having the script is fine, but it might be worth calling it something else. koha-upgrade-search-fix perhaps. Better name ideas welcome :) Most/many people (i.e. those on marc21) won't have to worry about it, so it might just be worth documenting/mentioning on lists, etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #2 from Magnus Enger <magnus@enger.priv.no> --- (In reply to comment #1)
Having the script is fine, but it might be worth calling it something else. koha-upgrade-search-fix perhaps. Better name ideas welcome :) Most/many people (i.e. those on marc21) won't have to worry about it,
You have tested that, right? Bug 3087 did change syntax="usmarc" to syntax="marc21", so I'm not sure if we are better off updating for all marcflavours, to keep all config files in sync? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #3 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to comment #2)
You have tested that, right? Bug 3087 did change syntax="usmarc" to syntax="marc21", so I'm not sure if we are better off updating for all marcflavours, to keep all config files in sync?
I would have expected to hear screaming from people if it didn't work. We've also done some 3.10 deploys that could search. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #4 from Magnus Enger <magnus@enger.priv.no> --- (In reply to comment #3)
I would have expected to hear screaming from people if it didn't work. We've also done some 3.10 deploys that could search.
Good to hear. It's still a question of if we want to keep the different configs as much in sync as possible or not, though... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think that is a real problem for some users, even if MARC21 users are the majority, so we should figure out a way to fix it in a way people don't miss. Doing it similar to 3.4 sounds logical to me. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11596 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I added a reference to bug 11596. Having the missing or wrongly configured entries reported will help debugging users' problems. I'm not sure having a shell script modifying the users config files might be worth because of its possible consequences. They are not mutually exclusive anyway. Just saying. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Is it fixed or still need to be fixed? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #8 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Jonathan Druart from comment #7)
Is it fixed or still need to be fixed?
I haven't heard of it causing any problems lately. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Lowering the priority, this is not critical. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 --- Comment #10 from Magnus Enger <magnus@libriotech.no> --- (In reply to Jonathan Druart from comment #7)
Is it fixed or still need to be fixed?
Since there isn't a lot of people complaining about issues related to this, I am tempted to say we close this bug. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9996 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org