thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
commit | author | age
a2451c 1 UPGRADING instructions
T 2 ======================
4e17e6 3
2491c6 4 Follow these instructions if upgrading from a previous version
T 5 of Roundcube Webmail. We recommend to carefully backup the existing
6 installation as well as the database before executig the following steps.
4e17e6 7
0089fd 8 1. Replace index.php and all files in
T 9    - ./bin/
10    - ./SQL/
11    - ./program/
12    - ./installer/
13    - ./skins/default/
fc1102 14    - ./plugins/
0089fd 15 2. Run ./bin/update.sh from the commandline OR
2491c6 16    open http://url-to-roundcube/installer/ in a browser and choose "3 Test config".
T 17    To enable the latter one, you have to temporary set 'enable_installer' to true
0089fd 18    in your local config/main.inc.php file.
T 19 3. Let the update script/installer check your configuration and
20    update your config files as suggested by the updater.
21 4. If suggested by the update script, run all commands in
22    ./SQL/[yourdbtype].update.sql that are superscribed with the
23    currently installed version number.
24 5. Make sure 'enable_installer' is set to false again.
db1a87 25 6. IMPORTANT (when upgrading from 0.4.x): clear all records from the sessions
T 26    table in your database. The session storage format has changed so all
27    existing data cannot be read anymore.
0089fd 28