diff options
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |