From acd5200b2110498793e04fb016cbbc69ea5fe9f3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 27 Nov 2010 09:25:23 -0500
Subject: [PATCH] Mention to clear the sessions table when upgrading

---
 README    |    3 +++
 UPGRADING |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README
index a4e661a..06530b2 100644
--- a/README
+++ b/README
@@ -25,6 +25,9 @@
 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:
 ----------
diff --git a/UPGRADING b/UPGRADING
index 329983d..1cc8902 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -22,6 +22,6 @@
    ./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.
 

--
Gitblit v1.9.1