rebuild roundcube cache

Thomas Brüderli bruederli at kolabsys.com
Mon May 26 08:32:58 CEST 2014


Michael Stuber wrote:
> Hi all
> 
> Kolab 3.1 on centos
> 
> After a:
> mysql --password=pw roundcube -e "truncate table
> kolab_cache_contact;truncate table cache_index;truncate table
> cache_messages;"
> 
> no more contacts are showing up in roundcube's address books ( though
> mails are still in cyrus mailbox). How can I rebuild the roundcube cache?

Hello Michael

The data for determining whether the cache needs an update is stored in
the folab_folders table. You should also remove the entries for contact
folders from there or clear the ctag value of them:

  UPDATE kolab_folders SET ctag=NULL where type='contact';

Kind regards,
Thomas


More information about the users mailing list