[Koha] Koha 3.4.0 released

Chris Cormack chris at bigballofwax.co.nz
Mon Apr 25 22:11:08 NZST 2011


On 25 April 2011 22:01, ISM KIS <Ism at kis.in> wrote:
> Thanks for this very prompt report!
>
> I may not have followed all the instruction at least I did not run a script to remove item information.
> I'll check the instructions again. Or could you point me to the script?
>
Ahh it was in the UPGRADE section of the instructions

UPGRADE
=======
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

Install any missing modules
IMPORTANT: Koha 3.4.x uses Template::Toolkit, this must be installed
before the webinstaller can run

On debian/ubuntu
 sudo apt-get install libtemplate-perl

Other Linux/Unix platforms
Use the packaged version or install from CPAN
  cpan Template

 perl Makefile.PL --prev-install-log /path/to/koha-install-log
 make
 make test
 sudo make upgrade

Koha 3.4.x no longer stores items in biblio records so as part of the
upgrade you will need to do the following two steps, they can take a
long time (several hours) to complete for large databases

 misc/maintenance/remove_items_from_biblioitems.pl --run
 misc/migration_tools/rebuild_zebra.pl -b -r


> Anyway, even with that little error everything seems to work fine with 3.4 (Zebra search is ok!)
>
Excellent

Chris


More information about the Koha mailing list