You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UPGRADING 847B

123456789101112131415161718192021222324252627282930
  1. == Redmine upgrade procedure
  2. Redmine - project management software
  3. Copyright (C) 2006-2008 Jean-Philippe Lang
  4. http://www.redmine.org/
  5. == Upgrading
  6. 1. Uncompress the program archive in a new directory
  7. 3. Copy your database settings (RAILS_ROOT/config/database.yml)
  8. into the new config directory
  9. 4. Enter your SMTP settings in config/environment.rb
  10. Do not replace this file with the old one
  11. 5. Migrate your database (please make a backup before doing this):
  12. rake db:migrate RAILS_ENV="production"
  13. 6. Copy the RAILS_ROOT/files directory content into your new installation
  14. This directory contains all the attached files
  15. == Notes
  16. 1. Rails 2.0.2 is required for version 0.7 and later.
  17. 2. When upgrading your code with svn update, don't forget to clear
  18. the application cache (RAILS_ROOT/tmp/cache) before restarting.