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
Why don't you back up the hole RoundCube database and then preform a upgrade?
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.