Author Topic: I need to save contacts from an old roundcube installation  (Read 2688 times)

Offline voltron81

  • Jr. Member
  • **
  • Posts: 42
I need to save contacts from an old roundcube installation
« 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:
Code: [Select]
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
I need to save contacts from an old roundcube installation
« Reply #1 on: February 12, 2010, 11:32:46 AM »
Why don't you back up the hole RoundCube database and then preform a upgrade?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,856
I need to save contacts from an old roundcube installation
« Reply #2 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦