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. |
b45aed
|
25 |
6. Check .htaccess settings (some php settings could become required) |
0089fd
|
26 |
|
T |
27 |
|