Skip to content

Commit 6eb3001

Browse files
author
Joshua Ferraro
committed
adding upgrade instructions to INSTALL and INSTALL.debain
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
1 parent bd0617f commit 6eb3001

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

INSTALL

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ For full instructions on how to override the default settings, run
6262
$ perldoc rewrite-config.PL
6363

6464

65+
UPGRADE
66+
=======
67+
If you are upgrading from a previous installation of Koha 3, you can
68+
use the following:
69+
70+
perl Makefile.PL --prev-install-log /path/to/koha-install-log
71+
make
72+
make test
73+
sudo make upgrade
74+
6575
IF YOU HAVE PROBLEMS
6676
====================
6777

INSTALL.debian

+10
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,16 @@ Koha's command-line scripts are installed, e.g., /usr/share/koha/bin.
333333
To enable the SRU servers, you'll need to edit your koha-conf.xml and change the
334334
<listen> options to listen on a TCP port; then restart the zebra daemon.
335335

336+
UPGRADE
337+
=======
338+
If you are upgrading from a previous installation of Koha 3, you can
339+
use the following:
340+
341+
perl Makefile.PL --prev-install-log /path/to/koha-install-log
342+
make
343+
make test
344+
sudo make upgrade
345+
336346
Uninstall Instructions
337347
=============================
338348
1) Stop Services:

0 commit comments

Comments
 (0)