Sign In
Start Page | Recent Changes | All Pages | Orphan Pages | Junebug Help

Comparing version 2 and version 1

# Backup your database
# Update the gem
 

  % gem update radiant
 
# Create a new Radiant project using the updated `radiant` command

   % radiant -d [mysql|sqlite3|postgresql] /path/to/project
  
# Copy your old database configuration (config/database.yml) over to the new project # Execute the following command in the new project's root directory:

   % rake production db:migrate
  
Any plugins you used in the past will need to be upgraded to use the new [[Extensions|extension]] system.

Back to Page