contacts lost and cannot be created after upgrade 3.0 > 3.3
    Rohrer, Bernhard 
    graylion at sm-wg.net
       
    Sat Feb 28 13:59:14 CET 2015
    
    
  
 
Hi guys 
we had a 3.0 installation that we upgraded to 3.3 using the upgrade
notes.
https://docs.kolab.org/administrator-guide/upgrading-from-kolab-3.1-to-3.3.html
[1] 
But clearly some weird things happened. 
1) All contacts are gone. When you type one that used to be there, you
still see the name, but without email address. Creating one displays it
while you are in that part of the address book. When you leave and
return it is gone. 
we did 
DROP TABLE IF EXISTS `sharedfolder_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sharedfolder_types` (
 `id` int(11) NOT NULL AUTO_INCREMENT,
 `key` text NOT NULL,
 `name` varchar(256) NOT NULL,
 `description` text NOT NULL,
 `attributes` longtext NOT NULL,
 PRIMARY KEY (`id`),
 UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sharedfolder_types`
--
LOCK TABLES `sharedfolder_types` WRITE;
/*!40000 ALTER TABLE `sharedfolder_types` DISABLE KEYS */;
INSERT INTO `sharedfolder_types` VALUES (1,'addressbook','Shared Address
Book','A shared address
book','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"contact\"],\"objectclass\":[\"top\",\"kolabsharedfolder\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[]}}'),(2,'calendar','Shared Calendar','A shared
calendar','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"event\"],\"objectclass\":[\"top\",\"kolabsharedfolder\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[]}}'),(3,'journal','Shared Journal','A shared
journal','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"journal\"],\"objectclass\":[\"top\",\"kolabsharedfolder\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[]}}'),(4,'task','Shared Tasks','A shared tasks
folder','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"task\"],\"objectclass\":[\"top\",\"kolabsharedfolder\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[]}}'),(5,'note','Shared Notes','A shared Notes
folder','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"note\"],\"objectclass\":[\"top\",\"kolabsharedfolder\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[]}}'),(6,'file','Shared Files','A shared Files
folder','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"file\"],\"objectclass\":[\"top\",\"kolabsharedfolder\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[]}}'),(7,'mail','Shared Mail Folder','A shared mail
folder','{\"auto_form_fields\":[],\"fields\":{\"kolabfoldertype\":[\"mail\"],\"objectclass\":[\"top\",\"kolabsharedfolder\",\"mailrecipient\"]},\"form_fields\":{\"acl\":{\"type\":\"imap_acl\",\"optional\":true,\"default\":\"anyone,
lrs\"},\"cn\":[],\"alias\":{\"type\":\"list\",\"optional\":true},\"kolabdelegate\":{\"type\":\"list\",\"autocomplete\":true,\"optional\":true},\"kolaballowsmtprecipient\":{\"type\":\"list\",\"optional\":true},\"kolaballowsmtpsender\":{\"type\":\"list\",\"optional\":true},\"kolabtargetfolder\":[],\"mail\":[]}}');
/*!40000 ALTER TABLE `sharedfolder_types` ENABLE KEYS */;
UNLOCK TABLES;
so, currently unclear. 
2) Wallace doesn't love us. Somehow it would not start (been a while, so
shady on details)
3) iRony also doesn't accept logins
Any help appreciated!
Thanks!
/Bernhard
 
Links:
------
[1]
https://docs.kolab.org/administrator-guide/upgrading-from-kolab-3.1-to-3.3.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20150228/1b47d06e/attachment.html>
    
    
More information about the users
mailing list