# HG changeset patch # User Pascal Volk # Date 1349117864 0 # Node ID e1fc4a3075dec732f8e1ab93f78dec6671cf8528 # Parent d7101e496795c4e5e5e0ad53f1a15ddfdaf8f0b8 UPGRADE: Added procedure for updating from v0.6.0. diff -r d7101e496795 -r e1fc4a3075de 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