Farmerbot update required for Grid 3.11

Hello farmers,

Due to a communication hiccup, we released Grid 3.11 yesterday without a timely notification that this release requires an update to the farmerbot. Thanks to all the farmers who let us know as soon as they saw an issue.

If you haven’t done it yet, please update your farmerbot by applying the latest Docker Compose file using the commands shown below:

x64 (AMD/Intel)

docker compose rm -f -s -v 
rm docker-compose.yaml
wget https://raw.githubusercontent.com/threefoldtech/farmerbot/development/docker-compose.yaml
docker compose up -d

ARM (Raspberry Pi)

docker compose rm -f -s -v 
rm docker-compose.yaml
wget https://raw.githubusercontent.com/scottyeager/farmerbot/development/arm/docker-compose.yaml
docker compose up -d

If you have any further concerns, please feel free to post them in a reply on this thread or reach out to our support team. Thanks :tractor:

4 Likes