##// END OF EJS Templates
Docs updated for 0.6.4 release....
Docs updated for 0.6.4 release. git-svn-id: http://redmine.rubyforge.org/svn/branches/0.6-stable@1233 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1219:13ec81598b0f 0.6-stable
r1219:13ec81598b0f 0.6-stable
Show More
UPGRADING
29 lines | 943 B | text/plain | TextLexer
== Redmine upgrade procedure
Redmine - project management software
Copyright (C) 2006-2008 Jean-Philippe Lang
http://www.redmine.org/
== Upgrading from 0.3.0 and above
1. Uncompress the program archive in a new directory
3. Copy your database settings (RAILS_ROOT/config/database.yml)
into the new config directory
4. Enter your SMTP settings in config/environment.rb
Do not replace this file with the old one
5. Migrate your database (please make a backup before doing this):
rake db:migrate RAILS_ENV="production"
6. Copy the RAILS_ROOT/files directory content into your new installation
Note 1: Rails 1.2.6 or higher is required
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.