I saw that there is a new version of lelastic. How do I update it?
Linode
Linode Staff
I’m using lelastic for BGP based IP failover. I noticed that version 0.0.6 is now available. How do I go about updating it?
1 Reply
rmoyer
Linode Staff
When configuring lelastic the first time, you would have followed our installation instructions in Install and Configure Lelastic:
version=v0.0.6
curl -LO https://github.com/linode/lelastic/releases/download/$version/lelastic.gz
gunzip lelastic.gz
chmod 755 lelastic
sudo mv lelastic /usr/local/bin/
You can update lelastic by re-running these same commands using the latest version number, which is visible in the lelastic github.
This is all that is necessary as the move command will overwrite the previous version of lelastic that was installed. If you moved the location of lelastic to a different location, be sure to do that again with the latest version.