Roundcube Community Forum

 

How to move data from an old verson

Started by sepehrmm, April 05, 2014, 05:45:33 AM

Previous topic - Next topic

sepehrmm

I want to move my old iRedMail installation on an old server to latest version on a new server, on  the old server I have roundcube 0.5.3 and on new server I have 0.9.5.
I've read Upgrading Roundcube wiki page but it's all about how to upgrade an old version to new one not moving data between two version.
so I want to know what are the steps I should take?  which database tables I should move? and etc.

SKaero

The simplest way would be to upgrade the database from the 0.5.3 to 0.9.5.

sepehrmm

Quote from: SKaero on April 05, 2014, 08:22:05 AM
The simplest way would be to upgrade the database from the 0.5.3 to 0.9.5.
so it's enough to move records from old tables to new ones.
there isn't any major incompatibily between schemas of tables? do you have done such migration yourself?
isn't there any official guide for migration between versions?

SKaero

You would need to upgrade the database schema, the SQL files are in the SQL folder.