Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: sepehrmm on April 05, 2014, 05:45:33 AM

Title: How to move data from an old verson
Post by: sepehrmm on April 05, 2014, 05:45:33 AM
I want to move my old iRedMail (http://www.iredmail.org/) 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 (http://trac.roundcube.net/wiki/Howto_Upgrade) 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.
Title: Re: How to move data from an old verson
Post by: 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.
Title: Re: How to move data from an old verson
Post by: sepehrmm on April 05, 2014, 08:29:38 AM
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?
Title: Re: How to move data from an old verson
Post by: SKaero on April 05, 2014, 06:01:07 PM
You would need to upgrade the database schema, the SQL files are in the SQL folder.