From 2ae72487ef112b855407623eb4e37d73d1d0b99d Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 27 Jun 2006 12:07:05 +0000 Subject: [PATCH] upgrade instructions from Zewbra 1.3 --- doc/Makefile.am | 3 ++- doc/installation.xml | 31 ++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index d61951f..295e0c1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.50 2006-06-26 15:11:29 marc Exp $ +## $Id: Makefile.am,v 1.51 2006-06-27 12:07:05 marc Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -52,6 +52,7 @@ HTMLFILES = \ installation.debian.html \ installation.html \ installation.win32.html \ + installation-upgrade.html \ introduction.html \ license.html \ locating-records.html \ diff --git a/doc/installation.xml b/doc/installation.xml index 4bcadb9..a1d5c93 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Installation @@ -416,6 +416,35 @@ + + + Upgrading from Zebra version 1.3.x + + Zebra's installation directories have changed a bit. In addition, + the new loadable modules must be defined in the + master zebra.cfg configuration file. The old + version 1.3.x configuration options + + # profilePath - where to look for config files + profilePath: some/local/path:/usr/share/idzebra/tab + + must be changed to + + # profilePath - where to look for config files + profilePath: some/local/path:/usr/share/idzebra2.0/tab + + # modulePath - where to look for loadable zebra modules + modulePath: /usr/lib/idzebra2.0/ + + + + The internal binary register structures have changed; all Zebra + databases must be re-indexed after upgrade. + + + Apart from these two changes, no other incompabilities are known. + +