2007-01-02 19:34:15 +03:00
|
|
|
== redMine upgrade procedure
|
|
|
|
|
|
|
|
redMine - project management software
|
|
|
|
Copyright (C) 2006-2007 Jean-Philippe Lang
|
|
|
|
http://redmine.rubyforge.org/
|
|
|
|
|
2007-01-21 14:50:22 +03:00
|
|
|
|
|
|
|
== From 0.3.0 and above
|
2007-01-02 19:34:15 +03:00
|
|
|
|
|
|
|
1. Uncompress program archive in a new directory:
|
|
|
|
tar zxvf <filename>
|
|
|
|
|
2007-01-21 14:50:22 +03:00
|
|
|
3. Copy your database settings (database.yml) into the new config directory
|
2007-01-02 19:34:15 +03:00
|
|
|
|
|
|
|
4. Migrate your database:
|
|
|
|
rake migrate RAILS_ENV="production"
|
|
|
|
|
|
|
|
|
2007-01-21 14:50:22 +03:00
|
|
|
== From 0.2.x and below
|
2007-01-02 19:34:15 +03:00
|
|
|
|
|
|
|
Due to major database changes since 0.2.x, there is no migration support
|
|
|
|
from 0.2.x and previous versions.
|