Roundcube Community Forum

 

How to upgrade from 0.7.2 to 0.9.5

Started by frank012, September 03, 2014, 11:16:59 AM

Previous topic - Next topic

frank012

Hi, please, can someone help me to upgrade Roundcube version drom 0.7.2 to 0.9.5 under Debian Wheezy 7.5?
The client already provide webmail to some users so I should do it in a safe way.

Thanks, Regards

SKaero

If you follow the upgrade guide: http://trac.roundcube.net/wiki/Howto_Upgrade you shouldn't run into any problems.

frank012

Ok, thanks! it worked but I had to make some changes:
edit /etc/roundcube/db.inc.php
find: $rcmail_config['db_dsnw'] = '://:@localhost/';
and change with:
$rcmail_config['db_dsnw'] = 'mysql://user:userPswd@localhost/roundcube';
(need to update user with roundcube db user and userPswd with its mysql password)
Then the installer page was not enabled so: edit etc/roundcube/main.inc.php
find $rcmail_config['enable_installer'] and change value to true
so I launched the web installer from the browser http://yourserver/roundcube/installer then update the db schema by choosing the previous version from dropdown menu.
Last important thing: set $rcmail_config['enable_installer']  back to false.