I'm attempting to upgrade Radiant from 0.6.7 to 0.9.1 and it's proving to be
quite a pain. I tried to use the upgrade instructions I found at
http://groups.google.com/group/radiantcms/browse_thread/thread/c2f5ecac923ddee9
:
% rake radiant:update
% rake db:migrate
But the second command does horrible things. First of all, it nukes all the
data in all my tables and then it complains thusly:
rake aborted!
An error has occurred, this and all later migrations canceled:
SQLite3::SQLException: table "sessions" already exists: CREATE TABLE
"sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id"
varchar(255), "data" text, "updated_at" datetime)
Is there some magic wand I can wave to solve this problem?
-dan