X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu.lucid;h=b008bef9671b9878d83d36e33a09e1e01e6f32f9;hb=35e49bcb8e171aba41f35d082ee69abbef4443f8;hp=e569f3b8da1e19a70ac6b314ece7fdcd1d44a012;hpb=ef8171ba425f766b67d9e139194b6a8d570e301e;p=koha_gimpoz diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index e569f3b8da..b008bef967 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -302,14 +302,29 @@ NOTE: This job should be setup under the kohauser (the default is 'koha'). UPGRADE ======= -If you are upgrading from a previous installation of Koha 3, you can +If you are running in another language other than english, please +switch to english before doing the upgrade, the templating system has +changed and the templates will need to be regenerated. +Once you have upgraded, please regenerate your templates in your +chosen languages. + +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 + +Install any missing modules +IMPORTANT: Koha 3.4.x uses Template::Toolkit, this must be installed +before the webinstaller can run + + sudo apt-get install libtemplate-perl + +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 Uninstall Instructions =============================