wilde: doc/raw-howtos kolab_2.0_to_2.1_upgrade_instructions.txt, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Tue Feb 13 15:10:59 CET 2007


Author: wilde

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

Modified Files:
	kolab_2.0_to_2.1_upgrade_instructions.txt 
Log Message:
Added instructions on converting cyrus databases to berkeley format.


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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- kolab_2.0_to_2.1_upgrade_instructions.txt	13 Feb 2007 13:32:21 -0000	1.5
+++ kolab_2.0_to_2.1_upgrade_instructions.txt	13 Feb 2007 14:10:56 -0000	1.6
@@ -84,6 +84,30 @@
 https://intevation.de/roundup/kolab/issue1089
 
 
+The default database format for /kolab/var/imapd/annotations.db and
+/kolab/var/imapd/mailboxes.db has changed from skiplist to berkeley db.
+
+If you want to keep the old format, comment out or remove the lines
+"annotation_db: berkeley" and "mboxlist_db: berkeley" in the file
+"/kolab/etc/kolab/templates/imapd.conf.template" and make sure the file
+"/kolab/etc/imapd/imapd.conf" reflects this, too.
+
+To convert the databases to berkeley db format, execute as root:
+
+su - kolab-r
+cd /kolab/var/imapd/
+mv annotations.db annotations.db-skiplist
+/kolab/bin/cvt_cyrusdb /kolab/var/imapd/annotations.db-skiplist skiplist \
+                       /kolab/var/imapd/annotations.db berkeley
+mv mailboxes.db mailboxes.db-skiplist
+/kolab/bin/cvt_cyrusdb /kolab/var/imapd/mailboxes.db-skiplist skiplist \
+                       /kolab/var/imapd/mailboxes.db berkeley
+exit
+
+See http://wiki.kolab.org/index.php/Kolab2_IMAPD_annotations.db_Problems
+for details about this topic.
+
+
 3. LDAP
 
 You need to make two small changes to the configuration file





More information about the commits mailing list