Re: [Koha] 2.2.5 to 3.2 migration question
Marilen Corciovei <marilen.corciovei@nemesisit.ro> wrote:
I am planning to migrate a 2.2.5 installation to 3.2 and searching for the upgrade method I found this: http://wiki.koha-community.org/wiki/Upgrading_2.2 guide. Does this apply to 3.2 also? Are there any special steps to be considered in this process? Any information is appreciated.
Does it apply? Yes and no. If you are following that upgrade route, you should upgrade to 3.0 and then follow upgrade instructions from 3.0 to 3.2. Alternatively, you may like to export all your records and borrowers and import them into 3.2 as if Koha 2.2 was some foreign system. It may give a cleaner Koha 3.2, but may also lose some history. Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Webmaster, Debian Developer, Past Koha RM, statistician, former lecturer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for various work http://www.software.coop/products/
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. Regards, Len On 11/01/2010 01:10 PM, MJ Ray wrote:
Marilen Corciovei<marilen.corciovei@nemesisit.ro> wrote:
I am planning to migrate a 2.2.5 installation to 3.2 and searching for the upgrade method I found this: http://wiki.koha-community.org/wiki/Upgrading_2.2 guide. Does this apply to 3.2 also? Are there any special steps to be considered in this process? Any information is appreciated.
Does it apply? Yes and no. If you are following that upgrade route, you should upgrade to 3.0 and then follow upgrade instructions from 3.0 to 3.2.
Alternatively, you may like to export all your records and borrowers and import them into 3.2 as if Koha 2.2 was some foreign system. It may give a cleaner Koha 3.2, but may also lose some history.
Hope that helps,
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 -- Galen Charlton gmcharlt@gmail.com
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
Just for the record the problem was solved with info from this thread: http://koha.1045719.n5.nabble.com/Switching-from-non-zebra-to-zebra-td304928... by uncommenting the Local-number line. Len www.len.ro On 11/03/2010 02:16 PM, Marilen Corciovei wrote:
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
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Galen Charlton -
Marilen Corciovei -
MJ Ray