NocoBase built-in plugins are automatically updated with the core version and require no manual action.
Please log in to NocoBase Service and refer to the documentation to learn how to install and upgrade commercial plugins.

NocoBase supports online plugin installation through the interface, but the current experience is not ideal. Reasons include:
Therefore, it is recommended to use command-line or manual upload methods to install and upgrade plugins. It is recommended to combine with CI/CD workflows, using command-line methods to download, extract, and upgrade plugins, ensuring consistency and reliability for each update deployment.
If the plugin is already installed and needs to be upgraded, execute:
Please download the plugin package to your local machine first, then manually upload and extract it to the ./storage/plugins directory. If the plugin is already enabled, execute the following command to complete the plugin upgrade after uploading and extracting.
⚠️ Note: To avoid cache issues, please ensure that the NocoBase application is stopped before execution.
The following example demonstrates how to correctly extract a plugin package to the specified directory:
This command will extract the plugin to the specified directory without creating an extra package directory layer.