obsolete.ChilliProject/doc/UPGRADING

28 lines
775 B
Plaintext

== redMine upgrade procedure
redMine - project management software
Copyright (C) 2006-2007 Jean-Philippe Lang
http://redmine.rubyforge.org/
Note that Rails 1.2.2 is required for version 0.4.2 and later
== Upgrading from 0.3.0 and above
1. Uncompress program archive in a new directory:
tar zxvf <filename>
3. Copy your database settings (database.yml) into the new config directory
4. Migrate your database:
rake migrate RAILS_ENV="production"
Note: 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.
== From 0.2.x and below
Due to major database changes since 0.2.x, there is no migration support
from 0.2.x and previous versions.