๐จ 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 ๐ธ