UPGRADE: Added procedure for updating from v0.6.0.
authorPascal Volk <user@localhost.localdomain.org>
Mon, 01 Oct 2012 18:57:44 +0000
changeset 624 e1fc4a3075de
parent 623 d7101e496795
child 625 ac27f89fad86
UPGRADE: Added procedure for updating from v0.6.0.
UPGRADE
--- a/UPGRADE	Sun Sep 30 16:09:37 2012 +0000
+++ b/UPGRADE	Mon Oct 01 18:57:44 2012 +0000
@@ -80,5 +80,24 @@
     * start Dovecot and Postfix again
 
 
+If you have installed vmm 0.6.0 you have to proceed this steps:
+
+    * Database fixes:
+	- Due to an error in usertransport's argument parsing, it is
+	  possible that some users' transport-ID points to the erroneous
+	  transport 'domain'. To fix that error in your database, execute
+	  the following SQL statement:
+
+	   UPDATE users SET tid = NULL
+   	    WHERE tid = (SELECT tid FROM transport WHERE transport = 'domain');
+
+	- If you are using Dovecot < v1.2.0:
+	  You have to replace the database FUNCTION dovecotpassword().
+	  (see file: pgsql/create_tables.pgsql)
+	  The service_set.ssid was selected unconditionally. This may cause
+	  an empty result, which will make logins impossible.
+
+    * execute upgrade.sh
+
 else
      * read INSTALL