summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-07-15 10:11:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-07-15 10:11:25 +0000
commit1cb5fc747f10a5e5c2698ac6f5637b9c447e6bdf (patch)
treef218cf17cf6bd05ad20c5bd53b41b16b8cf7d4ae /doc/UPGRADING
parent4670426e4e6fcfd4df5d78746c023b5e77532b46 (diff)
downloadredmine-1cb5fc747f10a5e5c2698ac6f5637b9c447e6bdf.tar.gz
redmine-1cb5fc747f10a5e5c2698ac6f5637b9c447e6bdf.zip
Slight documentation update.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@589 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r--doc/UPGRADING13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING
index 21ed4d14f..af92ee319 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -5,8 +5,6 @@ Copyright (C) 2006-2007 Jean-Philippe Lang
http://redmine.rubyforge.org/
-Note that Rails 1.2.2 is required for version 0.4.2 and later
-
== Upgrading from 0.3.0 and above
1. Uncompress program archive in a new directory:
@@ -15,9 +13,14 @@ Note that Rails 1.2.2 is required for version 0.4.2 and later
3. Copy your database settings (database.yml) into the new config directory
4. Migrate your database:
- rake migrate RAILS_ENV="production"
-
-Note: settings previously defined in custom_config.rb are now stored
+ rake db:migrate RAILS_ENV="production"
+
+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
+the application cache (RAILS_ROOT/tmp/cache) before restarting.
+
+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.