Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: voltron81 on February 12, 2010, 09:56:20 AM

Title: I need to save contacts from an old roundcube installation
Post by: voltron81 on February 12, 2010, 09:56:20 AM
Hi to everybody.
I need to save all the address book contacts from an old roundcube installation (0.1) to a new installation (0.3.1) on another server.

Is there a fast way to save it?
I was trying to save the contacts table like that:
mysqldump -p --opt --no-create-info webmail concats > concats.sql
and then replace it in the new server, but it's look like not working...
Am i wrong in something?

Thanks
Michele
Title: I need to save contacts from an old roundcube installation
Post by: SKaero on February 12, 2010, 11:32:46 AM
Why don't you back up the hole RoundCube database and then preform a upgrade?
Title: I need to save contacts from an old roundcube installation
Post by: JohnDoh on February 12, 2010, 11:58:01 AM
you're contacts are tried to your userid in the database rather than your username in the real world, check the contacts table and the users table and see if the ids match up.