Skip to main content

Updating the CLI

This guide explains how to update your CLI to the latest version.

When to Update

While running commands, you may encounter an error message like this:

Error: Your CLI version (x.y.z) is outdated.
A newer version (a.b.c) is available.
Please update to the latest version to ensure optimal performance and compatibility.
For update instructions, visit https://docs.securaebackup.com/guides/update

This indicates that your current CLI version is no longer compatible with the latest API version. Updating your CLI is required to ensure seamless operation of your backups.

How to Update

Follow these steps to download and install the latest version of the Securae CLI on the remote server or device that initiates the backup process:

Step 1: Download the Latest Version

wget https://github.com/SecuraeBackup/securae-cli/releases/download/v0.1.15/securae_0.1.15_linux_amd64

Step 2: Install the CLI

sudo install securae_0.1.15_linux_amd64 /usr/local/bin/securae

Step 3: Verify the Installation:

Check that the CLI is installed and running the latest version:

securae --version