Confluence 2.10 has reached end of life
Check out the [latest version] of the documentation
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.
Deleting a plugin from the Database
To remove a plugin from Confluence when Confluence is not running:
- Connect to the Confluence database.
- Run the following SQL statement in your database:
select plugindataid, pluginkey,filename,lastmoddate from plugindata;
- After you have found the plugindataid for the offending plugin, please run the following:
where XXXXXX is the plugindataid value.
delete from plugindata where plugindataid='XXXXXX';
- Restart Confluence.
Deleting a Bundled Plugin
If you need to remove a bundled plugin, check to see if you have duplicates in the <confluence-home>/bundled-plugins or <confluence-home>/plugin-cache directory.
Usually, the problem is that an old plugin is getting loaded along with the properly bundled one, but if you need to remove a bundled plugin, check Plugin loading strategies in Confluence.
Overview
Content Tools
Apps
