Skip to content

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.

  1. Follow the install instructions from the readme.
  2. 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.
  3. 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.
  4. If you are ready for uninstalling the old plugin, do the following
    1. Execute rake redmine:plugins:migrate NAME=redmine_time_tracker VERSION=0 to remove the database additions.
    2. Remove the folder at /plugins/redmine_time_tracker
    3. Remove the folder at /public/plugin_assets/redmine_time_tracker
Clone this wiki locally