Changeset 4281 in subversion


Ignore:
Timestamp:
Nov 27, 2010 9:25:23 AM (2 years ago)
Author:
thomasb
Message:

Mention to clear the sessions table when upgrading

Location:
branches/release-0.5-beta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.5-beta/README

    r4278 r4281  
    2525For detailed instructions on how to install Roundcube webmail on your server, 
    2626please refer to the INSTALL document in the same directory as this document. 
     27 
     28If you're updating an older version of Roundcube please follow the steps 
     29described in the UPGRADING file. 
    2730 
    2831 
  • branches/release-0.5-beta/UPGRADING

    r3490 r4281  
    2323   currently installed version number. 
    24245. Make sure 'enable_installer' is set to false again. 
    25 6. Check .htaccess settings (some php settings could become required) 
     256. IMPORTANT: clear all records from the sessions table in your database. 
     26   The session storage format has changed so all existing data cannot be read anymore. 
    2627 
    27  
Note: See TracChangeset for help on using the changeset viewer.