Skip to content

Upgrades

clock

 

Here's how to upgrade Arundo Edge to the latest version.


Prerequisites

Make sure your device meets the system requirements​


Arundo Edge

Complete the following to upgrade Arundo Edge.

1. Download the Installer

The first step is to download the installer for your operating system.

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge installer for Windows.
  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge installer for macOS.

Linux Desktop

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge installer for Linux.

Linux Server

  1. Open a terminal.
  2. Run the following command:

    curl https://downloads.edge.arundo.com/v2/linux/arundo-edge-cli-linux-x64 --output /tmp/arundo-edge-cli-linux-x64
    

2. Run the Installer

The next step is to run the installer. Follow the instructions for the operating system on the edge device.

  1. Double-click the installer and grant any necessary permissions to run it.

    • The installer opens and performs a system check.
    • Wait for the system check to finish and act if necessary.
  1. Press Ctrl and click the installer.
  2. Select Open.

    • The installer opens and performs a system check.
    • Wait for the system check to finish and act if necessary.

Linux Desktop

  1. Open a terminal.
  2. Browse to the folder where you downloaded the installer.
  3. Run the ./arundo-edge-installer-linux-x64.run command:

    • The installer opens and performs a system check.
    • Wait for the system check to finish and act if necessary.

Linux Server

  1. Open a terminal.
  2. Browse to the folder where you downloaded the installer.
  3. Run the following command:

    $ sudo ./arundo-edge-cli-linux-x64 install --skipUI --user [username] --password [password]
    
    • Replace [username] with a username for the master user.
    • Replace [password] with a password for the master user.

    This installs the Arundo Edge Server component with the default settings.

    Note

    To register and add a Cloud interface, you need to access the Arundo Edge Client on another device, connect to the device where you installed the Arundo Edge Server component, and then complete the necessary configuration.

3. Install Arundo Edge

Finally, follow the on-screen instructions to complete the upgrade.


Arundo Edge Manager

The Arundo Edge Manager updates automatically, so no manual steps are required.


Arundo Edge Client

Complete the following to upgrade the Arundo Edge Client.

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge Client for Windows.
  3. Replace the existing Arundo Edge Client file on the local device with the file you downloaded.
  4. Open the file.

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge Client for macOS.
  3. Press Ctrl and click the installer.
  4. Select Open.

    The Arundo Edge Client application now displays.

  5. Copy the application file to the Applications folder and replace the existing application.

  6. Open the file.

Linux Desktop

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge Client for Linux.
  3. Replace the existing Arundo Edge Client file on the local device with the file you downloaded.
  4. Open the file.

Linux Server

Danger

You cannot install the Arundo Edge Client in a Linux Server environment.


Arundo Edge CLI

Complete the following to upgrade the Arundo Edge CLI.

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge CLI for Windows.
  3. Replace the existing Arundo Edge CLI file on the local device with the file you downloaded.
  4. Open Command Prompt as an administrator.
  5. Browse to the directory where you saved the file.
  6. Run the arundo-edge-cli-win-x64 --help command.

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge CLI for macOS.
  3. Save the file in the Applications folder and replace the existing application.
  4. Open Terminal.
  5. Browse to the Applications folder.
  6. Run the chmod +x arundo-edge-cli-mac-x64 command.
  7. Run the sudo ./arundo-edge-cli-mac-x64 --help command.

Linux Desktop

  1. Open the Arundo Edge Download Center.
  2. Download the Arundo Edge CLI for macOS.
  3. Replace the existing Arundo Edge CLI file on the local device with the file you downloaded.
  4. Open Terminal.
  5. Browse to the directory where you saved the file.
  6. Run the chmod +x arundo-edge-cli-linux-x64 command.
  7. Run the ./arundo-edge-cli-linux-x64 --help command.

Linux Server

  1. Open a terminal.
  2. Run the following command to download the Arundo Edge CLI:

    curl https://downloads.edge.arundo.com/v2/linux/arundo-edge-cli-linux-x64 --output /tmp/arundo-edge-cli-linux-x64
    
  3. Browse to the directory where you downloaded the Arundo Edge CLI file.

  4. Run the following command:

    $ sudo ./arundo-edge-cli-linux-x64 upgrade --skipUI
    
    • Replace [username] with a username for the master user.
    • Replace [password] with a password for the master user.
  5. Run the ./arundo-edge-cli-linux-x64 --help command.


Last update: June 15, 2020