http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9864
--- Comment #7 from Koha Team Lyon 3 <[email protected]> --- I made the update (it's already some weeks ago) as you suggested in comment 3 perl Makefile.PL --prev-install-log /home/[USER]/koha-dev/misc/koha-install-log but seems there's a problem with dev install update : What happens is that files present in our /home/[USER]/koha-dev/etc/zebradb repertory are saved and postfixed with current version number (something like retrieval-info-auth-grs1.xml_3.08.88 ) but new retrieval and mar files are not copied from /home/[USER]/src/etc/zebradb in it. Moreover, record.abs and koha-conf.xml aren't updated. So I made the minimum necessary modifications by hands (only for unimarc flavour et grs1 indexation) : first I deleted all saved files then copied the 2 unimarc retrieval files (unimarc-retrieval-info-auth-grs1.xml and unimarc-retrieval-info-bib-grs1.xml) from /home/[USER]/src/etc/zebradb in /home/[USER]/koha-dev/zebradb copied unimarc.mar file in /home/[USER]/koha-dev/zebradb/etc replaced 'marc usmarc.mar' line by 'marc unimarc.mar' in record.abs replaced all occurrences of syntax="usmarc" by syntax="unimarc" in koha-conf.xml reindexed and it's ok Olivier Crouzet -- You are receiving this mail because: 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/
