Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: annoklar on May 06, 2009, 04:41:59 AM

Title: empty address book after moving account to other server
Post by: annoklar on May 06, 2009, 04:41:59 AM
Hello,

My accounts have been moved to another server. (using backup function in Direct Admin). After moving the address book is empty. Where are these addresses stored? Not in the useraccount.

gr. Anno
Title: empty address book after moving account to other server
Post by: rosali on May 06, 2009, 05:54:53 AM
Users are stored in the users table with a unique 'user_id'. Contacts are stored in contacts table. They are linked to the user by 'user_id'. So if you have messed the 'user_id' field in users table, contacts are still in the contacts table but the link to the user is lost which results in an empty address book.