1
|
== Redmine upgrade procedure
|
2
|
|
3
|
Redmine - project management software
|
4
|
Copyright (C) 2006-2008 Jean-Philippe Lang
|
5
|
http://www.redmine.org/
|
6
|
|
7
|
|
8
|
== Upgrading
|
9
|
|
10
|
1. Uncompress the program archive in a new directory
|
11
|
|
12
|
3. Copy your database settings (RAILS_ROOT/config/database.yml)
|
13
|
and SMTP settings (RAILS_ROOT/config/email.yml)
|
14
|
into the new config directory
|
15
|
|
16
|
4. Migrate your database (please make a backup before doing this):
|
17
|
rake db:migrate RAILS_ENV="production"
|
18
|
|
19
|
5. Copy the RAILS_ROOT/files directory content into your new installation
|
20
|
This directory contains all the attached files
|
21
|
|
22
|
|
23
|
== Notes
|
24
|
|
25
|
1. Rails 2.1.2 is required for version 0.8.
|
26
|
|
27
|
2. When upgrading your code with svn update, don't forget to clear
|
28
|
the application cache (RAILS_ROOT/tmp/cache) before restarting.
|