Updating upgrade instructions
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Apr 2011 00:53:00 +0000 (12:53 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Apr 2011 00:53:00 +0000 (12:53 +1200)
INSTALL
INSTALL.debian
INSTALL.ubuntu
INSTALL.ubuntu.lucid

diff --git a/INSTALL b/INSTALL
index e2dd28d..339f667 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -65,11 +65,30 @@ 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
+
 WHAT NEXT?
 
 1. Running the Web Installer allows you to install sample data for libraries, patrons, etc.
index 345bdb1..a418829 100644 (file)
@@ -319,15 +319,29 @@ Authority data in MARC21 format
 
 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
+
+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
+
  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
+
 Uninstall Instructions
 =============================
 1) Stop Services:
index 23214ae..033cf31 100644 (file)
@@ -368,15 +368,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 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
+
+ sudo apt-get install libtemplate-perl
+
  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
+
 Uninstall Instructions
 =============================
 1) Stop Services:
index e569f3b..861f1ab 100644 (file)
@@ -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
 =============================