Roundcube Community Forum

Release Support => Pending Issues => Topic started by: frank012 on September 03, 2014, 11:16:59 AM

Title: How to upgrade from 0.7.2 to 0.9.5
Post by: frank012 on September 03, 2014, 11:16:59 AM
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
Title: Re: How to upgrade from 0.7.2 to 0.9.5
Post by: SKaero on September 03, 2014, 01:48:42 PM
If you follow the upgrade guide: http://trac.roundcube.net/wiki/Howto_Upgrade you shouldn't run into any problems.
Title: Re: How to upgrade from 0.7.2 to 0.9.5
Post by: frank012 on September 04, 2014, 01:48:00 PM
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.