Upgrading a Docker Installation
- Be sure to back up your database
1. Switch to the directory where docker-compose.yml is located
For example
2. Update the image version number
- Alias versions, like
latest,latest-full,beta,beta-full,alpha,alpha-full, usually don't need to be changed. - Numeric version numbers, like
1.7.14,1.7.14-full, need to be changed to the target version number. - Only upgrades are supported; downgrades are not!!!
- It is recommended to pin to a specific numeric version in a production environment to avoid unintentional automatic upgrades. View all versions
3. Restart the container
4. Upgrading third-party plugins
Refer to Install and Upgrade Plugins
5. Rollback instructions
NocoBase does not support downgrading. If you need to roll back, please restore the database backup from before the upgrade and change the image version back to the original version.
6. Frequently Asked Questions (FAQ)
Q: Slow or failed image pull
This is often due to network issues. You can try configuring a Docker mirror to speed up downloads or simply try again later.
Q: Version has not changed
Confirm that you have changed image to the new version number and successfully executed docker compose pull app and up -d app.
Q: Commercial plugin download or update failed
For commercial plugins, please verify the license key in the system, and then restart the Docker container. For details, see NocoBase Commercial License Activation Guide.

