Universal Plugin Manager is Broken Due to Database Inconsistency
Symptoms
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
Diagnosis
Execute this SQL query and see if it return a result
SELECT * FROM BANDANA WHERE BANDANAKEY = 'com.atlassian.upm.ConfigurationStore:configuration:upm_configuration';
Resolution
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
Last modified on Feb 26, 2016
Powered by Confluence and Scroll Viewport.