PDA

View Full Version : Roundcube exports only 999 contacts



divdesign
06-17-2009, 01:23 PM
Hello,

One of my customers is using roundcube for his mail. He's got about 1300 contact in his adresbook. I had to move him to one of our other servers, so i backupped his account in directadmin, imported it in our other server, everything works ok, only his roundcube contacts were empty. so i exported them from the old server, but the export to cvs function stops at 999 contact. Is there an database file of something i can copy? or is there another solution for this problem ?

thanks in advance.

jissh
06-18-2009, 12:52 AM
Try looking in /var/lib/mysql/

divdesign
07-05-2009, 09:19 AM
Try looking in /var/lib/mysql/

which file should i copy ? the contacts.frm file on the old server has the exact same size as the new (empty) one.

jissh
07-05-2009, 05:30 PM
Login to phpMyAdmin with your da_admin account and export the contacts for the user id that way.

divdesign
07-06-2009, 12:03 AM
Login to phpMyAdmin with your da_admin account and export the contacts for the user id that way.

thanks for your reply. If i log on to phpmyadmin with my da admin, i only see an information_schema database, and the databases from the websites under my admin account. Do i have to logon another way?

jissh
07-06-2009, 12:23 AM
login with the user and pass listed in /usr/local/directadmin/conf/mysql.conf

Once in phpMyAdmin you will see a database named da_roundcube

divdesign
07-06-2009, 02:09 AM
login with the user and pass listed in /usr/local/directadmin/conf/mysql.conf

Once in phpMyAdmin you will see a database named da_roundcube

Thanks, that did the trick. The contacts are imported in our new server. Thanks again!