diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-13 10:19:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-13 10:19:46 +0000 |
commit | 64d805b009cd8bac5c0b3bbf94f8ec9ffcdd1adb (patch) | |
tree | 238078d15d77379f1356cca383c38e781fd1d47d /doc | |
parent | 79b8bd0a38b7cff99ea122f092525755b0d53035 (diff) | |
download | redmine-64d805b009cd8bac5c0b3bbf94f8ec9ffcdd1adb.tar.gz redmine-64d805b009cd8bac5c0b3bbf94f8ec9ffcdd1adb.zip |
Updated UPGRADING documentation
git-svn-id: http://redmine.rubyforge.org/svn/trunk@621 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/UPGRADING | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING index af92ee319..73086e680 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -10,11 +10,14 @@ http://redmine.rubyforge.org/ 1. Uncompress program archive in a new directory:
tar zxvf <filename>
-3. Copy your database settings (database.yml) into the new config directory
+3. Copy your database settings (RAILS_ROOT/config/database.yml)
+ into the new config directory
4. Migrate your database:
rake db:migrate RAILS_ENV="production"
+5. Copy the RAILS_ROOT/files directory content into your new installation
+
Note 1: Rails 1.2.2 is required for version 0.4.2 and later.
Note 2: when upgrading your code with svn update, don't forget to clear
|