thomas: server README.1st,1.106,1.107

cvs at kolab.org cvs at kolab.org
Thu Mar 5 15:24:49 CET 2009


Author: thomas

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

Modified Files:
	README.1st 
Log Message:
Updated upgrade instructions


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- README.1st	5 Mar 2009 11:00:24 -0000	1.106
+++ README.1st	5 Mar 2009 14:24:47 -0000	1.107
@@ -175,10 +175,10 @@
 
    Copy the contents of the openldap database, use a different output
    filename if you want. You should make sure that no other users can
-   read the sensitive data contained in the ldif file, e.g. with umask:
+   read the sensitive data contained in the ldif file, e.g. with umask
+   (limited to the slapcat call by using parentheses):
 
-   # umask 077
-   # /kolab/sbin/slapcat > ~/kolab-2.2.0.ldif
+   # (umask 077 && # /kolab/sbin/slapcat > ~/kolab-2.2.0.ldif)
 
 3. Start the standard upgrade:
    (as described in the General update instructions)
@@ -291,7 +291,7 @@
 
 Instructions for upgrading from Kolab server 2.0 will be added in a
 future version of this document.  These instructions are for upgrading
-from Kolab server 2.1.0 to 2.2.0:
+from Kolab server 2.1.0 to 2.2.1:
 
 0.  Make a backup of your installation and data stored inside /kolab
 
@@ -303,10 +303,10 @@
 
     Copy the contents of the openldap database, use a different output
     filename if you want. You should make sure that no other users can
-    read the sensitive data contained in the ldif file, e.g. with umask:
+    read the sensitive data contained in the ldif file, e.g. with umask
+    (limited to the slapcat call by using parentheses):
 
-    # umask 077
-    # /kolab/sbin/slapcat > ~/kolab-2.1.ldif
+    # (umask 077 && /kolab/sbin/slapcat > ~/kolab-2.1.ldif)
 
 3.  Some of the old Kolab packages must be removed to avoid conflicts
     during the upgrade process:
@@ -348,13 +348,15 @@
     # rm /kolab/var/openldap/openldap-data/*
     # /kolab/sbin/slapadd -l ~/kolab-2.1.ldif
 
-7.  The format of the TLS session cache changed, therefore you have truncated
-    it to zero length:
+7.  The format of the TLS session cache changed, therefore you have to
+    truncate it to zero length:
 
     # > /kolab/var/imapd/tls_sessions.db
 
-8   Check /kolab/etc/kolab/kolab.conf and merge new entries from
-    kolab.conf.rpmnew manually!
+8.  /kolab/etc/kolab/kolab.conf will be saved as kolab.conf.rpmsave,
+    please move it back to the original name.
+
+    # cd /kolab/etc/kolab && mv kolab.conf.rpmsave kolab.conf
 
 9.  Remove all *.conf.rpmsave files in the subdirectories of
     /kolab/etc/ as described above.





More information about the commits mailing list