diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-21 10:32:59 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-21 10:32:59 +0100 |
commit | 73899662952a1ae91167c070d2a38136a0200c67 (patch) | |
tree | fc8147bd82d9bd72a14c8bea885ad0fda316ac01 /UPGRADING | |
parent | 679b375a4685ad84456860accdd6d719531c81cf (diff) |
Add notes about new requirements of the new mysql database driver,
add check in installer (#1488875)
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ target location and check and update the configuration and database schema. After all is done, the temporary folder with the new Roundcube files can be removed again. -Please also see Post-Upgrade Activities section. +WARNING: See Post-Upgrade Activities section below. Updating manually @@ -53,3 +53,4 @@ Post-Upgrade Activities 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. +4. Check system requirements in INSTALL file. |