25.2.2 Released
Update
Docker Deployment
- Pull the latest code via Git:
git reset --hard HEAD && git pull - Restart the Node.js container under
buildingaiin Docker:docker restart buildingai-nodejs
Manual Deployment
- If
pnpmandgitare installed locally, first runpnpm sync-env, then runpnpm bd:update-git && pnpm restart,
or executegit reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Fixes
- Fix incorrect migration execution during extension app update