Migrate Roundcube contacts and signature by Transfer Tool
Hello, I have few cPanel servers and sometimes I need to transfer user accounts via this instances.
Everything is working fine but there are missing Roundcube user contacts for each mail and signatures. Is there way to easy restore them per user account?
Contacts are stored in Mysql on first server but on destination server there is Sqlite.
I was trying to change mysql to sqlite for user by this thread:
-
As @quietFinn mentioned, it would be best to convert the entire Source machine before attempting the move to the Destination in order to ensure things work well. 0 -
Thank You for replies. So is there way to transfer all contacts assigned to each email account in only one user account ? I can write script to get this data from Mysql to Mysql but I have no idea how to do this from Mysql to Sqlite :) 0 -
I don't have any tools on my end that would automatically or manually perform that type of work on either type of database. The best way to do it would likely be to look into the database structure itself on the SQLite side and construct a script to work with that. 0
Please sign in to leave a comment.
Comments
4 comments