thomas: doc/raw-howtos kolab_2.0_to_2.1_upgrade_instructions.txt, 1.11, 1.12

cvs at kolab.org cvs at kolab.org
Fri Apr 20 17:01:07 CEST 2007


Author: thomas

Update of /kolabrepository/doc/raw-howtos
In directory doto:/tmp/cvs-serv29371

Modified Files:
	kolab_2.0_to_2.1_upgrade_instructions.txt 
Log Message:
Updated server 2.0->2.1 upgrade instructions


Index: kolab_2.0_to_2.1_upgrade_instructions.txt
===================================================================
RCS file: /kolabrepository/doc/raw-howtos/kolab_2.0_to_2.1_upgrade_instructions.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kolab_2.0_to_2.1_upgrade_instructions.txt	19 Apr 2007 09:41:44 -0000	1.11
+++ kolab_2.0_to_2.1_upgrade_instructions.txt	20 Apr 2007 15:01:05 -0000	1.12
@@ -1,12 +1,9 @@
 Upgrade Kolab Server from 2.0.x to 2.1
 ======================================
 
-Preliminary instructions for the upgrade of a Kolab Server from version
-2.0.x to Kolab Server 2.1.
+Instructions for upgrading Kolab Server 2.0.4 to 2.1.0
 
-NOTE: This is an early version of the upgrade instructions.  It is not
-very well tested and may not cover all problems that may occur during
-the upgrade.  Before attempting the upgrade, make sure you have a
+NOTE: Before attempting the upgrade, make sure you have a
 current and working backup of your data.
 
 
@@ -223,5 +220,21 @@
 
 3. Activate the entries for OpenPKG in /etc/crontab again.
 
+4. The database backend for the free/busy cache was changed to solve licensing
+   issues between php4+ and gdbm. See kolab/issue1607 for details.
+   The old cache file has to be deleted manually:
+
+     # rm /kolab/var/kolab/www/freebusy/cache/pfbcache.db
+
+   Then updating the free/busy cache has to be triggered for all calendar
+   folders of all accounts:
+   - Users need to create or update an appointment in their folders.
+   - Resources can be invited to a new appointment or send them an update
+     to an existing appointment.
+
+   Alternatively you can trigger each folder with an https request:
+   https://[server]/freebusy/trigger/[email]/[path_to_calendar_folder].pfb,
+   e.g. https://kolab.example.com/freebusy/trigger/user@example.com/Calendar.pfb
+   (you need to authenticate with the user's credentials)
 
 $Id$





More information about the commits mailing list