summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-12-17 15:07:04 +0000
committerthomascube <thomas@roundcube.net>2010-12-17 15:07:04 +0000
commitdb1a87cd6c506f2afbd1a37c64cb56ae11120b49 (patch)
tree07e1d350a06e0529db08316621b9c629bfb90b58 /UPGRADING
parentacd5200b2110498793e04fb016cbbc69ea5fe9f3 (diff)
Update branch for 0.5-rc releasev0.5-rc@4349
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 3 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 1cc890281..e98fd16d3 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -22,6 +22,7 @@ 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. 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.
+6. IMPORTANT (when upgrading from 0.4.x): clear all records from the sessions
+ table in your database. The session storage format has changed so all
+ existing data cannot be read anymore.