Mercurial > hg > soundsoftware-site
diff doc/UPGRADING @ 523:0b6c82dead28 luisf
Merge from branch "cannam"
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 14:23:37 +0100 |
parents | cbce1fd3b1b7 |
children | cbb26bc654de |
line wrap: on
line diff
--- a/doc/UPGRADING Mon Mar 28 18:17:06 2011 +0100 +++ b/doc/UPGRADING Mon Jul 25 14:23:37 2011 +0100 @@ -1,7 +1,7 @@ == Redmine upgrade Redmine - project management software -Copyright (C) 2006-2010 Jean-Philippe Lang +Copyright (C) 2006-2011 Jean-Philippe Lang http://www.redmine.org/ @@ -10,8 +10,10 @@ 1. Uncompress the program archive in a new directory 2. Copy your database settings (RAILS_ROOT/config/database.yml) - and SMTP settings (RAILS_ROOT/config/email.yml) into the new - config directory + and your configuration file (RAILS_ROOT/config/configuration.yml) + into the new config directory + Note: before Redmine 1.2, SMTP configuration was stored in + config/email.yml. It should now be stored in config/configuration.yml. 3. Copy the RAILS_ROOT/files directory content into your new installation This directory contains all the attached files. @@ -28,7 +30,7 @@ 6. Migrate your database - If you are upgrading to Rails 2.3.5 as part of this migration, you + If you are upgrading to Rails 2.3.11 as part of this migration, you need to upgrade the plugin migrations before running the plugin migrations using: rake db:migrate:upgrade_plugin_migrations RAILS_ENV="production" @@ -54,7 +56,7 @@ == Notes -* Rails 2.3.5 is required for versions 0.9.x and 1.0.x. +* Rails 2.3.11 is required for versions 1.2.x. == References