#Upgrade/Update frequency for Clawdbot installs - how often are you checking and updating?

1 messages Β· Page 1 of 1 (latest)

untold arch
#

What is the recommended frequency to upgrade/update the Clawdbot install? Does it check itself automatically, or should we be running a script to check? Any other best practices or advice people have for this?

lethal mantleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

oak latchBOT
# untold arch What is the recommended frequency to upgrade/update the Clawdbot install? Does...

Based on my knowledge of Clawdbot:

Update Frequency:

  • Weekly checks are a good practice, or before reporting bugs
  • Many users update every 1-2 weeks to stay current
  • There's no auto-update feature - Clawdbot doesn't check or update itself automatically

How to Update:

cd ~/clawdbot
git pull
pnpm install  # or npm install depending on your setup
pnpm build

Best Practices:

  1. Check releases page before updating: https://github.com/clawdbot/clawdbot/releases