On 08/23/2015 10:14 PM, Luciano Gabriel Andino wrote: > Hi ! just finishing roudcube db backup via mysqldump, noticed that session > table has 105K rows, cache_messeges table about 162K rows. Does rcu > database needs some kind of maintenance? I am using rcu about 5 years ago > with 30 email acounts.
On systems where default PHP session garbage collector is disabled (e.g. Debian) you should run bin/gc.sh script regularly. There's also bin/cleandb.sh script which removes records marked as deleted (e.g. contacts) after specified time from marking them as deleted. -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
