]> git.donarmstrong.com Git - roundcube.git/blob - UPGRADING
New upstream version.
[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 going through the following steps.
7
8 Using the update script
9 -----------------------
10 There is a shell script (for unix based systems) that does the job for you.
11 To use it, unpack the archive of the new Roundcube version to a temporary location
12 (don't replace the Roundcube installation you want to update)
13 and cd into that directory. From there, run the following command in a shell:
14
15   ./bin/installto.sh <TARGET-FOLDER>
16
17 For <TARGET-FOLDER> you specify the path to the Roundcube installation 
18 which should be updated. The update script will then copy all new files to the 
19 target location and check and update the configuration and database schema.
20 After all is done, the temporary folder with the new Roundcube files can be 
21 removed again.
22
23 Please also see Post-Upgrade Activities section.
24
25
26 Updating manually
27 -----------------
28 If you don't have shell access to the Roundcube installation or if not running 
29 it on a unix system, you need to do the following operations by hand:
30
31 1. Replace index.php and all files in
32    - ./bin/
33    - ./SQL/
34    - ./program/
35    - ./installer/
36    - ./skins/default/
37    - ./plugins/
38 2. Run ./bin/update.sh from the commandline OR
39    open http://url-to-roundcube/installer/ in a browser and choose "3 Test config".
40    To enable the latter one, you have to temporary set 'enable_installer'
41    to true in your local config/main.inc.php file.
42 3. Let the update script/installer check your configuration and
43    update your config files and database schema as suggested by the updater.
44 4. Make sure 'enable_installer' is set to false again.
45 5. See Post-Upgrade Activities section.
46
47
48 Post-Upgrade Activities
49 -----------------------
50 1. Check .htaccess settings (some php settings could become required)
51 2. If you're using build-in addressbook, run indexing script /bin/indexcontacts.sh.
52 3. When upgrading from version older than 0.6-beta you should make sure
53    your folder settings contain namespace prefix. For example Courier users
54    should add INBOX. prefix to folder names in main configuration file.