X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu.lucid;h=861f1ab1eb00853733a69e912d10d7fa5d6bd672;hb=27ec47ba15978b82c75f792eb39cef9a43c1cf18;hp=e569f3b8da1e19a70ac6b314ece7fdcd1d44a012;hpb=2c470899b3f0191b9597d713e895b9240fe1d137;p=koha_fer diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index e569f3b8da..861f1ab1eb 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -302,14 +302,23 @@ 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 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 =============================