Update node
Instructions to update the Docker Lilypad Resource Provider (RP)
Ensure all processes from Linux install are stopped and removed
1. Stop all systemd processess
sudo systemctl stop bacalhausudo systemctl stop lilypad-resource-provider2. Disable the systemd services:
sudo systemctl disable bacalhausudo systemctl disable lilypad-resource-provider3. Delete the service files from the systemd directory.
sudo rm /etc/systemd/system/bacalhau.servicesudo rm /etc/systemd/system/lilypad-resource-provider.service4. Reload the systemd daemon to apply the changes.
Remove old Docker containers and images
1. If a Docker RP is running stop the system (if the node is not running, disregard this first step)
2. You can check the status of the containers with:
3. View all Docker images
4. Take note of the IMAGE ID for each lilypad image (resource-provider, bacalhau, and watchtower)
Install and Run a new Version of Lilypad
1. Export WEB3_PRIVATE_KEY as an environment variable
2. Use curl to download the docker-compose.yml file from the Lilypad GitHub repository.
curl to download the docker-compose.yml file from the Lilypad GitHub repository.3. Start your Lilypad Node
Monitor the Resource Provider

Last updated
Was this helpful?

