I saw that there is a new version of lelastic. How do I update it?

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

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct