diff options
author | thomascube <thomas@roundcube.net> | 2010-11-27 14:25:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-27 14:25:23 +0000 |
commit | acd5200b2110498793e04fb016cbbc69ea5fe9f3 (patch) | |
tree | 48ebfd7866634075e7f0ee0e9f89cbbad0a17360 | |
parent | a05ff65dd2e5740f524e94ab642f26a4bdaa4781 (diff) |
Mention to clear the sessions table when upgradingv0.5-beta@4347
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | UPGRADING | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -25,6 +25,9 @@ Installation: For detailed instructions on how to install Roundcube webmail on your server, please refer to the INSTALL document in the same directory as this document. +If you're updating an older version of Roundcube please follow the steps +described in the UPGRADING file. + Licensing: ---------- @@ -22,6 +22,6 @@ installation as well as the database before executig the following steps. ./SQL/[yourdbtype].update.sql that are superscribed with the currently installed version number. 5. Make sure 'enable_installer' is set to false again. -6. Check .htaccess settings (some php settings could become required) - +6. IMPORTANT: clear all records from the sessions table in your database. + The session storage format has changed so all existing data cannot be read anymore. |