summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/roundcube/files/postupgrade-en-0.6.txt')
-rw-r--r--mail-client/roundcube/files/postupgrade-en-0.6.txt18
1 files changed, 13 insertions, 5 deletions
diff --git a/mail-client/roundcube/files/postupgrade-en-0.6.txt b/mail-client/roundcube/files/postupgrade-en-0.6.txt
index b7d98a0..0ee605b 100644
--- a/mail-client/roundcube/files/postupgrade-en-0.6.txt
+++ b/mail-client/roundcube/files/postupgrade-en-0.6.txt
@@ -17,17 +17,25 @@ config files and database schema as suggested by the updater.
* 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.
+As an alternative to procedure outlined in "Web browser instructions" to
+execute:
+ $ cd ${MY_SERVERCONFIGDIR}/bin
+ $ chmod +x bin/*.sh
+ $ ./bin/update.sh
+ $ chmod -x bin/*.sh
+This will 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.
+ $ cd ${MY_SERVERCONFIGDIR}/bin
+ $ chmod +x bin/*.sh
+ $ ./bin/indexcontacts.sh.
+ $ chmod -x bin/*.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.
+