GITSCM: Tweaked git scm view layout
[gitredmine.git] / doc / UPGRADING
blob5ccffedf7c4e417c7a65a4e21603afdd9f2ed0ce
1 == Redmine upgrade procedure
3 Redmine - project management software
4 Copyright (C) 2006-2007  Jean-Philippe Lang
5 http://www.redmine.org/
8 == Upgrading from 0.3.0 and above
10 1. Uncompress the program archive in a new directory
11    
12 3. Copy your database settings (RAILS_ROOT/config/database.yml)
13    into the new config directory
14    
15 4. Enter your SMTP settings in config/environment.rb
16    Do not replace this file with the old one
17    
18 5. Migrate your database (please make a backup before doing this):
19    rake db:migrate RAILS_ENV="production"
21 6. Copy the RAILS_ROOT/files directory content into your new installation
23 Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later.
24 This release won't work with Rails 2.0
26 Note 2: when upgrading your code with svn update, don't forget to clear
27 the application cache (RAILS_ROOT/tmp/cache) before restarting.
29 Note 3: settings previously defined in custom_config.rb are now stored
30 in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
32    
33 == From 0.2.x and below
35 Due to major database changes since 0.2.x, there is no migration support
36 from 0.2.x and previous versions.