new inventory number confirmation
[koha.git] / INSTALL.ubuntu.lucid
index 861f1ab..562dafd 100644 (file)
@@ -302,18 +302,25 @@ NOTE: This job should be setup under the kohauser (the default is 'koha').
 
 UPGRADE
 =======
+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
 
 Install any missing modules
-IMPORTANT: Koha 3.4.x uses Template::Toolkit, this must be installed
+IMPORTANT: Koha 3.6.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
+Koha 3.4.x or later no longer stores items in biblio records so
+if you are upgrading from an older version 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