docs/docs/en/get-started/upgrading/git.md
:::warning Preparation Before Upgrading
Ctrl + C):::
cd my-nocobase-app
git pull
If the normal upgrade process fails, you can try clearing the cache and dependencies and then re-downloading them.
# Clear nocobase cache
yarn nocobase clean
# Delete dependencies
yarn rimraf -rf node_modules # equivalent to rm -rf node_modules
š¢ Due to factors such as network environment and system configuration, this next step may take more than ten minutes.
yarn install
yarn nocobase upgrade
yarn dev
:::tip Production Environment Tip
It is not recommended to deploy a NocoBase installation from source code directly in a production environment (for production environments, please refer to Production Deployment).
:::
Refer to Install and Upgrade Plugins