How to manually reset UPM or manually upgrade UPM?

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Sometimes you're unable to access the Add-Ons in the Confluence Administration page because the Universal Plugin Manager (UPM) is somehow corrupted.

Or, the default upgrade process for UPM doesn't work.

Solution

  • Try to clear the Plugin Cache first to see if it works.

  • Update all incompatible plugins to the compatible version and disable those that are totally incompatible.

  • If you're unable to update or if it still fails, try the steps below

Only perform the steps below as a last resort after ensuring that

To manually reset the UPM :

We would need to delete some entry from the database.

Please backup your Confluence Home Directory, Installation Directory and your database before proceeding. This is very important because we're performing some database manipulation which might break Confluence if it's done incorrectly If possible, try this out on a cloned test instance first.

  1. Go to Confluence Administration >> Manage Add-Ons and take note of your UPM version.

  2. Shut down Confluence.

  3. Run this SQL query on your Confluence database

    1 delete from plugindata where PLUGINKEY='com.atlassian.upm.atlassian-universal-plugin-manager-plugin'
  4. Go to <Confluence Installation Directory>/confluence/WEB-INF/atlassian-bundled-plugins and search for all atlassian-universal-plugin-manager-plugin and delete the JAR file. By default, it's only 1 JAR file.

  5. Then, clear the plugin cache again by deleting the following folders.

    • <confluence-home>/bundled-plugins

    • <confluence-home>/plugins-cache

    • <confluence-home>/plugins-osgi-cache

    • <confluence-home>/plugins-temp

    • <confluence-home>/bundled-plugins_language (This may, or may not exist)

  6. Download the same UPM version in step 1 and ensure that it is compatible with your Confluence version.

  7. Go to <Confluence Installation Directory>/confluence/WEB-INF/atlassian-bundled-plugins and copy this JAR file into the folder.

  8. Start up Confluence

To manually upgrade the UPM :

Try to update the UPM via file upload if the default method is not working. Ensure that the UPM version downloaded is compatible with your Confluence version

If it's not working, ensure that The Server Base URL is configured correctly.

Only if it's still not working, we would need to delete some entry from the database.

Please backup your Confluence Home Directory, Installation Directory and your database before proceeding. This is very important because we're performing some database manipulation which might break Confluence if it's done incorrectly If possible, try this out on a cloned test instance first.

  1. Shut down Confluence.

  2. Run this SQL query on your Confluence database

    1 delete from plugindata where PLUGINKEY='com.atlassian.upm.atlassian-universal-plugin-manager-plugin'
  3. Go to <Confluence Installation Directory>/confluence/WEB-INF/atlassian-bundled-plugins and search for all atlassian-universal-plugin-manager-plugin and delete the JAR file. By default, it's only 1 JAR file.

  4. Then, clear the plugin cache again by deleting the following folders.

    • <confluence-home>/bundled-plugins

    • <confluence-home>/plugins-cache

    • <confluence-home>/plugins-osgi-cache

    • <confluence-home>/plugins-temp

    • <confluence-home>/bundled-plugins_language (This may, or may not exist)

  5. Download the UPM version that you wish to upgrade to and ensure that it is compatible with your Confluence version.

  6. Place the newly downloaded UPM JAR into <Confluence Installation Directory>/confluence/WEB-INF/atlassian-bundled-plugins where the previous JAR file was deleted

  7. Start up Confluence

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.