Confluence 2.10 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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:
- Confluence のデータベースに接続します。
- データベース内で次の SQL ステートメントを実行します。
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';
- 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.
概要
コンテンツ ツール
アプリ