🚨 Action Required - Ensure Bacalhau v1.3.2 is running on RPs

Calling all Lilypad RPs to check your Bacalhau version and ensure it is running!

🚨 Action Required - Ensure Bacalhau v1.3.2 is running on RPs
Calling all Lilypad RPs to check your Bacalhau version and ensure it is running!

🔄 Important Notice for All Lilypad Resource Providers!

It's crucial to the Lilypad network that all Resource Providers (nodes) ensure Bacalhau v1.3.2 is running on each node. Please follow these steps to verify and, if necessary, update your Bacalhau installation:

1️⃣ Ensure Bacalhau is running:

Use the following command to check the status of Bacalhau:

sudo systemctl status bacalhau

2️⃣ Check the Bacalhau version: Run the following command to check your current Bacalhau version:

bacalhau version

You should see the following output: CLIENT SERVER LATEST

v1.3.2 v1.4.0 1.4.0

If your version doesn't match, you'll need to update Bacalhau.

3️⃣ Update your Bacalhau Version:

If the Lilypad node is running, stop the system first (skip this if the node isn't running):

sudo systemctl stop bacalhau

sudo systemctl stop lilypad-resource-provider

Next, uninstall the old version of Bacalhau:

sudo rm -rf /usr/bin/bacalhau

Reinstall Bacalhau using this guide in our documentation.

After the update, start the Bacalhau and Lilypad services:

sudo systemctl start bacalhau
sudo systemctl start lilypad-resource-provider

If you run into the error ipfs —init

export your ipfs path using

export IPFS_PATH=/app/data/ipfs

If you need assistance, don't hesitate to reach out to us on Discord—tag @devrelcrew in the #i-need-help channel, and we’ll be there to help you out! Follow along with RP announcements in the updates-rp Discord channel.

Thank you for your patience and continued support.

Let’s keep buidl-ing together! 🚀

The Lilypad Team 🐸