Changes between Version 8 and Version 9 of Roundcube
- Timestamp:
- 01/16/15 20:26:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Roundcube
v8 v9 77 77 $rcmail_config['db_dsnw'] = 'mysql://roundcube:<password>@localhost/roundcubemail_web1'; 78 78 }}} 79 80 == update to 1.0.4 == 81 {{{ 82 * When upgrading from <= 0.9, note that the old configuration files 83 * named main.inc.php and db.inc.php are deprecated and should be 84 * replaced with one single config.inc.php file. 85 * Run the ./bin/update.sh script to convert those 86 * or manually merge the files. 87 * The new config.inc.php should only contain options that 88 * differ from the ones listed in defaults.inc.php. 89 }}}