summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/roundcube/files/POST-UPGRADE.txt')
-rw-r--r--mail-client/roundcube/files/POST-UPGRADE.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt b/mail-client/roundcube/files/POST-UPGRADE.txt
index 8c2296bc0a50..82b48d70f260 100644
--- a/mail-client/roundcube/files/POST-UPGRADE.txt
+++ b/mail-client/roundcube/files/POST-UPGRADE.txt
@@ -1,12 +1,18 @@
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.
+2. If you're using the built-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 a namespace prefix if necessary. For example Courier
+ users should add “INBOX.” prefix to folder names in main configuration file.
4. Check system requirements in INSTALL file.
+5. If you previously installed plugins through composer, update dependencies by
+ running:
+ php composer.phar self-update
+ php composer.phar update --no-dev
+6. Update your database and configurations by running:
+ ./bin/update.sh
SQLite database upgrade
-----------------------