Author Topic: Address book migration  (Read 2561 times)

Offline curaasan

  • Newbie
  • *
  • Posts: 2
Address book migration
« on: December 10, 2018, 03:44:34 AM »
Hello,

I have an old installation of Roundcube (v1.1.4) and a new one on another server (v1.3.8 ). I would like to migrate only address books of all users. How can I accomplish that?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Address book migration
« Reply #1 on: December 10, 2018, 10:14:51 AM »
Copy the database and then run the database upgrades from v1.1.4 to v1.3.8 on the database.

Offline curaasan

  • Newbie
  • *
  • Posts: 2
Re: Address book migration
« Reply #2 on: December 12, 2018, 09:24:33 AM »
OK, so as far I understood, I have to download new installation, pull old database to mysql, run installer and then run /bin/indexcontacts.sh? Am I right?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Address book migration
« Reply #3 on: December 12, 2018, 09:42:58 AM »
Correct although I'm not sure the /bin/indexcontacts.sh step is required.