RedmineUpgrade » History » Version 1
Jean-Philippe Lang, 2007-09-29 13:33
| 1 | 1 | Jean-Philippe Lang | h1. Upgrading |
|---|---|---|---|
| 2 | |||
| 3 | 1. Uncompress program archive in a new directory. |
||
| 4 | |||
| 5 | 3. Copy your database settings (RAILS_ROOT/config/database.yml) into the new config directory. |
||
| 6 | |||
| 7 | 4. Migrate your database: |
||
| 8 | |||
| 9 | rake db:migrate RAILS_ENV="production" |
||
| 10 | |||
| 11 | 5. Copy the RAILS_ROOT/files directory content into your new installation. |
||
| 12 | |||
| 13 | 6. Start the application and go to “Admin → Roles & permissions → Permissions report” to check/set permissions for the new features, if any. |
||
| 14 | |||
| 15 | Note: when upgrading your code with svn update, don't forget to clear the application cache (RAILS_ROOT/tmp/cache) before restarting. |