summaryrefslogtreecommitdiff
blob: b7d98a0711ad550e34d97273d86a720282162fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Upgrade instructions for roundcube
----------------------------------

* Web browser instructions

1. temporary set 'enable_installer' to true in your local config/main.inc.php
file.

2. in your browser open
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/installer/
and choose "3 Test config".

3. Let the update script/installer check your configuration and update your
config files and database schema as suggested by the updater.

4. Make sure 'enable_installer' is set to false again.

* Alternative update

As an alternative to procedure outlined in "Web browser instructions" just run
./bin/update.sh from the commandline and let the update script/installer check
your configuration and update your config files and database schema as
suggested by the updater.


* Post-Upgrade Activities

1. Check .htaccess settings (some php settings could become required)
2. If you're using build-in addressbook, run indexing script
/bin/indexcontacts.sh.
3. When upgrading from version older than 0.6-beta you should make sure your
folder settings contain namespace prefix. For example Courier users should add
INBOX. prefix to folder names in main configuration file.