Universal Plugin Manager is Broken Due to Database Inconsistency
症状
Most Universal Plugin Manager features such as upgrade checking and future compatibility test. are unusable The following line appears on top of the page,
Error encountered while retrieving saved configuration
as describe on this screenshot
診断
Execute this SQL query and see if it return a result
SELECT * FROM BANDANA WHERE BANDANAKEY = 'com.atlassian.upm.ConfigurationStore:configuration:upm_configuration';
ソリューション
If the above SQL query return any result, please proceed with the following steps
- Create a database dump as a safety precaution
Execute the following SQL query:
DELETE FROM BANDANA WHERE BANDANAKEY = 'com.atlassian.upm.ConfigurationStore:configuration:upm_configuration';
- Access "Cache and Statistics" menu under your administration page
- Click "Flush All"
- See if the issue persist
- If the issue persist, please shutdown and refresh plugin cache
最終更新日: 2016 年 2 月 26 日
Powered by Confluence and Scroll Viewport.