upgrade instructions from Zewbra 1.3
authorMarc Cromme <marc@indexdata.dk>
Tue, 27 Jun 2006 12:07:05 +0000 (12:07 +0000)
committerMarc Cromme <marc@indexdata.dk>
Tue, 27 Jun 2006 12:07:05 +0000 (12:07 +0000)
doc/Makefile.am
doc/installation.xml

index d61951f..295e0c1 100644 (file)
@@ -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 \
index 4bcadb9..a1d5c93 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: installation.xml,v 1.21 2006-06-25 21:08:14 marc Exp $ -->
+<!-- $Id: installation.xml,v 1.22 2006-06-27 12:07:05 marc Exp $ -->
  <chapter id="installation">
   <title>Installation</title>
   <para>
    </para>
   </sect1>
 
+
+  <sect1 id="installation-upgrade">
+   <title>Upgrading from Zebra version 1.3.x</title>
+   <para>
+    Zebra's installation directories have changed a bit. In addition,
+    the new loadable modules must be defined in the 
+    master <filename>zebra.cfg</filename> configuration file. The old
+    version 1.3.x configuration options
+    <screen>
+     # profilePath - where to look for config files
+     profilePath: some/local/path:/usr/share/idzebra/tab
+    </screen>
+    must be changed to 
+    <screen>
+     # 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/
+    </screen>
+   </para>
+   <para>
+    The internal binary register structures have changed; all Zebra
+    databases must be re-indexed after upgrade.
+   </para>
+   <para>
+    Apart from these two changes, no other incompabilities are known.
+   </para>
+  </sect1>
   
  </chapter>
  <!-- Keep this comment at the end of the file