-
Notifications
You must be signed in to change notification settings - Fork 31
Migration Guide
Andreas Reischuck edited this page Jul 29, 2017
·
4 revisions
If you have the redmine time tracker installed you can follow these steps to migrate to Hourglass.
- Follow the install instructions from the readme.
- Execute the import task either from the plugin settings or with the rake task
rake redmine:plugins:hourglass:import_redmine_time_tracker RAILS_ENV=production
. - Verify that all needed time entries were imported. While you could use both plugins in parallel, we suggest disabling the
redmine_time_tracker
plugin for all projects, but keep it installed for a small while, in case of missing time entries. - If you are ready for uninstalling the old plugin, do the following
- Execute
rake redmine:plugins:migrate NAME=redmine_time_tracker VERSION=0
to remove the database additions. - Remove the folder at
/plugins/redmine_time_tracker
- Remove the folder at
/public/plugin_assets/redmine_time_tracker
- Execute