How To Uninstall Redmine X Plugins
All of our plugins follow standard Redmine uninstallation procedure.
1. Go To Root
Downgrade database by runnning:
bundle exec rake redmine:plugins NAME=[plugin_name] VERSION=0 RAILS_ENV=production
Replace [plugin_name] incl. the brackets with the actual plugin name, such as redmine_x_gantt.
2. Go To /plugins
Remove the plugin folder.
3. Restart
Restart Redmine. Based on your hosting provider / web server, you will need to run the following commands. Puma: sudo systemctl restart redmine.yourcompany.com.service or Passenger: touch tmp/restart.txt.