diff options
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r-- | doc/UPGRADING | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING index 7cd085fa7..2edb2952a 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -1,11 +1,11 @@ == Redmine upgrade procedure Redmine - project management software -Copyright (C) 2006-2007 Jean-Philippe Lang +Copyright (C) 2006-2008 Jean-Philippe Lang http://www.redmine.org/ -== Upgrading from 0.3.0 and above +== Upgrading 1. Uncompress the program archive in a new directory @@ -19,17 +19,12 @@ http://www.redmine.org/ rake db:migrate RAILS_ENV="production" 6. Copy the RAILS_ROOT/files directory content into your new installation + This directory contains all the attached files -Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later. -Note 2: when upgrading your code with svn update, don't forget to clear -the application cache (RAILS_ROOT/tmp/cache) before restarting. +== Notes -Note 3: settings previously defined in custom_config.rb are now stored -in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them. +1. Rails 2.0.2 is required for version 0.7 and later. - -== From 0.2.x and below - -Due to major database changes since 0.2.x, there is no migration support -from 0.2.x and previous versions. +2. When upgrading your code with svn update, don't forget to clear + the application cache (RAILS_ROOT/tmp/cache) before restarting. |