π¨ 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 πΈ