You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Confluence goes to some lengths to prevent itself being unusable due to a problematic plugin. However, sometimes a plugin will manage to do this anyway.

To remove a plugin from Confluence when Confluence is not running:

  • Connect to the Confluence database.
  • Remove the appropriate row from the PLUGINDATA table. For example, suppose the Google Maps plugin was not working, you would run: delete from plugindata where pluginkey = 'com.atlassian.confluence.ext.gmaps'
  • Restart Confluence.
  • No labels