]> git.donarmstrong.com Git - roundcube.git/blob - UPGRADING
Handle incorrect upgrade from 0.3.1-6 when "changed" column already
[roundcube.git] / UPGRADING
1 UPGRADING instructions
2 ======================
3
4 Follow these instructions if upgrading from a previous version
5 of Roundcube Webmail. We recommend to carefully backup the existing
6 installation as well as the database before executig the following steps.
7
8 1. Replace index.php and all files in
9    - ./bin/
10    - ./SQL/
11    - ./program/
12    - ./installer/
13    - ./skins/default/
14    - ./plugins/
15 2. Run ./bin/update.sh from the commandline OR
16    open http://url-to-roundcube/installer/ in a browser and choose "3 Test config".
17    To enable the latter one, you have to temporary set 'enable_installer' to true
18    in your local config/main.inc.php file.
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.
25 6. Check .htaccess settings (some php settings could become required)
26
27