Skip to content

Instantly share code, notes, and snippets.

@dhilst
Last active January 25, 2019 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhilst/43e13b93f68811988324fa4f483cce75 to your computer and use it in GitHub Desktop.
Save dhilst/43e13b93f68811988324fa4f483cce75 to your computer and use it in GitHub Desktop.
Redmine Uninstall agile plugin
# Move all issues to 'Task' tracker
RAILS_ENV=production rails r "Issue.where(tracker: Tracker.find_by(name: 'User story'))&.update(tracker: Tracker.find_by(
name: 'Task'))"
bundle exec rake redmine:plugins:migrate NAME=redmine_agile VERSION=0 RAILS_ENV=production
rm -rf plugins/redmine_agile/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment