thomas: server README.1st,1.74,1.75

cvs at kolab.org cvs at kolab.org
Thu Feb 7 13:30:06 CET 2008


Author: thomas

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

Modified Files:
	README.1st 
Log Message:
Document automatic regeneration of the free/busy cache in 2.2-rc2


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- README.1st	6 Feb 2008 16:14:30 -0000	1.74
+++ README.1st	7 Feb 2008 12:30:04 -0000	1.75
@@ -127,11 +127,21 @@
 Upgrade from 2.2-rc1 to 2.2-rc2
 -------------------------------
 
-Nothing special has to be done for this upgrade, but if you have not
-regenerated the free/busy cache yet (see 2.2-beta3 to 2.2-rc1), you can
-now use the following commands:
+You have to regenerated the free/busy cache, which now can be done
+automatically. First (optional, but recommended) step is to remove the
+current cache below /kolab/var/kolab-freebusy/cache:
 
-FIXME: document "kolab generatefb"
+# su - kolab-n
+$ rm -r /kolab/var/kolab-freebusy/cache/*
+
+Now you can use the following command (still as user kolab-n):
+
+$ PHP_AUTH_USER=manager PHP_AUTH_PW='managerpassword' /kolab/bin/php \
+  -c /kolab/etc/apache/php.ini /kolab/var/kolab/www/freebusy/generatefb.php
+
+As this will show the manager's password on the command line, you can
+alternatively open https://yourserver.example.com/freebusy/generatefb.php
+in a web browser and login as "manager.
 
 
 Upgrade from 2.2-beta3 to 2.2-rc1
@@ -255,6 +265,7 @@
 
     # rm -r /kolab/etc/resmgr
     # rm -r /kolab/etc/proftpd
+    # rm -r /kolab/var/kolab/www/freebusy/cache/*
 
 12. The free/busy cache has to be regenerated for all calendar folders
     of all accounts, see "Upgrade from 2.2-rc1 to 2.2-rc2" in this file.





More information about the commits mailing list