Revision 1284
Added by Jean-Philippe Lang over 17 years ago
UPGRADING | ||
---|---|---|
1 | 1 |
== Redmine upgrade procedure |
2 | 2 | |
3 | 3 |
Redmine - project management software |
4 |
Copyright (C) 2006-2007 Jean-Philippe Lang
|
|
4 |
Copyright (C) 2006-2008 Jean-Philippe Lang
|
|
5 | 5 |
http://www.redmine.org/ |
6 | 6 | |
7 | 7 | |
8 |
== Upgrading from 0.3.0 and above
|
|
8 |
== Upgrading |
|
9 | 9 | |
10 | 10 |
1. Uncompress the program archive in a new directory |
11 | 11 |
|
... | ... | |
19 | 19 |
rake db:migrate RAILS_ENV="production" |
20 | 20 | |
21 | 21 |
6. Copy the RAILS_ROOT/files directory content into your new installation |
22 |
This directory contains all the attached files |
|
22 | 23 | |
23 |
Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later. |
|
24 | 24 | |
25 |
Note 2: when upgrading your code with svn update, don't forget to clear |
|
26 |
the application cache (RAILS_ROOT/tmp/cache) before restarting. |
|
25 |
== Notes |
|
27 | 26 | |
28 |
Note 3: settings previously defined in custom_config.rb are now stored |
|
29 |
in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them. |
|
27 |
1. Rails 2.0.2 is required for version 0.7 and later. |
|
30 | 28 | |
31 |
|
|
32 |
== From 0.2.x and below |
|
33 | ||
34 |
Due to major database changes since 0.2.x, there is no migration support |
|
35 |
from 0.2.x and previous versions. |
|
29 |
2. When upgrading your code with svn update, don't forget to clear |
|
30 |
the application cache (RAILS_ROOT/tmp/cache) before restarting. |
Also available in: Unified diff
Doc update before 0.7-rc1 release.