All of our plugins follow standard Redmine uninstallation procedure.
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.
Go To /plugins
Remove the plugin folder.
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
.