Thank you very much for the info. I managed to migrate the data following the guide http://wiki.koha-community.org/wiki/Upgrading_2.2 with the only mention that after the: ./update22to30.pl I had to run the ./updatedatabase.pl otherwise the bin/migration_tools/22_to_30/rebuild_unimarc_100.pl failed miserably :) Now I have everything in the database, exported everything to zebra (after a long wait) and yet the search does not work. I looked into the zebra daemon log, the query gets there: [request] Search biblios OK 0 1 1+0 RPN @attrset Bib-1 @attr 1=1016 @attr 4=6 @attr 5=1 Congress and there is no error. I also looked in the /tmp/I_*** file generated by the zebra export and everything seems to be there. I also did a re-index with -v and it seemed to iterate all the records (again for a long time). I am clueless where to look next. Any hint appreciated. Regards, Len www.len.ro On 11/01/2010 02:03 PM, Galen Charlton wrote:
Hi,
On Mon, Nov 1, 2010 at 7:58 AM, Marilen Corciovei <marilen.corciovei@nemesisit.ro> wrote:
Thank you, Ray. I suspected as much but I don't seem to find any instruction and specific scripts for the 3.0 -> 3.2 migration. Even in the 3.2 archive there is only a 22_30 folder with the scripts for the migration to 3.0.
With the exception of a step to check for missing Perl dependencies, the general instructions for performing 3.0.x and 3.2.x upgrades have remained unchanged. From the installation instructions in INSTALL:
If you are upgrading from a previous installation of Koha 3.x, you can use the following:
./koha_perl_deps.pl -u -m # to identify new Perl dependencies perl Makefile.PL --prev-install-log /path/to/koha-install-log make make test sudo make upgrade
Although MJ's suggestion of treating a 2.2.5 upgrade as a fresh migration is well worth considering, following the instructions to upgrade from 2.2 to 3.0, then upgrading to 3.2, should work as well.
Regards,
Galen