bh: server README.1st,1.2,1.3

cvs at intevation.de cvs at intevation.de
Wed Mar 9 21:29:38 CET 2005


Author: bh

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv11439

Modified Files:
	README.1st 
Log Message:
restructure the upgrade information a bit and add upgrade instruction
for Beta 3


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.1st	9 Mar 2005 15:09:23 -0000	1.2
+++ README.1st	9 Mar 2005 20:29:36 -0000	1.3
@@ -38,14 +38,32 @@
 recreate user accounts and then restore the IMAP data from the backup.
 
 
-Global Shared Folders (relevant for upgrades from Beta 1 or earlier):
+Upgrade from versions older than Beta 1
+---------------------------------------
 
-If you upgrade from Beta 1 or an earlier release and use global shared
-folders, i.e. those managed by the web admin interface, you have to
-rename them.  The prefix they use for the imap folders has changed from
-"user." to "shared." in Beta 2.  You can rename them with the cyradm
-tool.  First, login with cyradm (the imap server must be running for
-this):
+If you are running a development version of Kolab2, please make sure
+to remove the old package named kolab if you have this
+installed. Check for existence with
+
+/kolab/bin/openpkg rpm -qi kolab
+
+and if it is there, run
+
+/kolab/bin/openpkg rpm -e kolab kolab-webadmin kolab-resource-handlers
+
+to remove it. After removing the package, make a copy of the .rpmsave
+files that were produced during uninstall and copy those back to their
+original names after upgrading.
+
+
+Upgrade from Beta 1
+-------------------
+
+Between Beta 1 and Beta 2 the names the imap folders of global shared
+folders, i.e. those managed by the web admin interface, were changed.
+The prefix they use for the imap folders has changed from "user." to
+"shared." in Beta 2.  You can rename them with the cyradm tool.  First,
+login with cyradm (the imap server must be running for this):
 
 # /kolab/bin/cyradm --user manager localhost
 IMAP Password:
@@ -66,21 +84,23 @@
 Repeat this for all shared folders.
 
 
-Old kolab-*.rpm (relevant for upgrades from pre Beta 1 releases):
 
-If you are running a development version of Kolab2, please make sure
-to remove the old package named kolab if you have this
-installed. Check for existence with
+Upgrade from Beta2
+------------------
 
-/kolab/bin/openpkg rpm -qi kolab
+The compile time options of apache and php have changed a little to
+enable multibyte strings.  Unfortunately, obmtool will not automatically
+recompile the packages for you.
+
+To make sure the packages are recompiled, you need to uninstall the
+packages and remove the binary RPMs from /kolab/RPM/PKG:
+
+/kolab/bin/openpkg rpm -e --nodeps apache php
+rm /kolab/RPM/PKG/apache-*
+rm /kolab/RPM/PKG/php-4*
 
-and if it is there, run
 
-/kolab/bin/openpkg rpm -e kolab kolab-webadmin kolab-resource-handlers
 
-to remove it. After removing the package, make a copy of the .rpmsave
-files that were produced during uninstall and copy those back to their
-original names after upgrading.
 
 
 For more information on Kolab, see http://www.kolab.org





More information about the commits mailing list