From 6eb30017ea1b843c52a6fa423e1f4e1155d5d982 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Wed, 20 Feb 2008 22:45:29 -0500 Subject: [PATCH] adding upgrade instructions to INSTALL and INSTALL.debain Signed-off-by: Joshua Ferraro --- INSTALL | 10 ++++++++++ INSTALL.debian | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/INSTALL b/INSTALL index 6605d1bd2d..2233c682f2 100644 --- a/INSTALL +++ b/INSTALL @@ -62,6 +62,16 @@ For full instructions on how to override the default settings, run $ perldoc rewrite-config.PL +UPGRADE +======= +If you are upgrading from a previous installation of Koha 3, you can +use the following: + + perl Makefile.PL --prev-install-log /path/to/koha-install-log + make + make test + sudo make upgrade + IF YOU HAVE PROBLEMS ==================== diff --git a/INSTALL.debian b/INSTALL.debian index 17d740b80d..9bbbb4ec46 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -333,6 +333,16 @@ Koha's command-line scripts are installed, e.g., /usr/share/koha/bin. To enable the SRU servers, you'll need to edit your koha-conf.xml and change the options to listen on a TCP port; then restart the zebra daemon. +UPGRADE +======= +If you are upgrading from a previous installation of Koha 3, you can +use the following: + + perl Makefile.PL --prev-install-log /path/to/koha-install-log + make + make test + sudo make upgrade + Uninstall Instructions ============================= 1) Stop Services: -- 2.20.1