Upgrades¶
Here's how to upgrade Arundo Edge to the latest version.
Prerequisites¶
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.
- Open the Arundo Edge Download Center.
- Download the Arundo Edge installer for Windows.
- Open the Arundo Edge Download Center.
- Download the Arundo Edge installer for macOS.
Linux Desktop
- Open the Arundo Edge Download Center.
- Download the Arundo Edge installer for Linux.
Linux Server
- Open a terminal.
-
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.
-
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.
- Press Ctrl and click the installer.
-
Select Open.
- The installer opens and performs a system check.
- Wait for the system check to finish and act if necessary.
Linux Desktop
- Open a terminal.
- Browse to the folder where you downloaded the installer.
-
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
- Open a terminal.
- Browse to the folder where you downloaded the installer.
-
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.
- Replace
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.
- Open the Arundo Edge Download Center.
- Download the Arundo Edge Client for Windows.
- Replace the existing Arundo Edge Client file on the local device with the file you downloaded.
-
Open the file.
- If the Arundo Edge Client opens, the installation is complete.
- If an error message displays, contact our Customer Support team.
- Open the Arundo Edge Download Center.
- Download the Arundo Edge Client for macOS.
- Press Ctrl and click the installer.
-
Select Open.
The Arundo Edge Client application now displays.
-
Copy the application file to the Applications folder and replace the existing application.
-
Open the file.
- If the Arundo Edge Client opens, the installation is complete.
- If an error message displays, contact our Customer Support team.
Linux Desktop
- Open the Arundo Edge Download Center.
- Download the Arundo Edge Client for Linux.
- Replace the existing Arundo Edge Client file on the local device with the file you downloaded.
-
Open the file.
- If the Arundo Edge Client opens, the installation is complete.
- If an error message displays, contact our Customer Support team.
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.
- Open the Arundo Edge Download Center.
- Download the Arundo Edge CLI for Windows.
- Replace the existing Arundo Edge CLI file on the local device with the file you downloaded.
- Open Command Prompt as an administrator.
- Browse to the directory where you saved the file.
-
Run the
arundo-edge-cli-win-x64 --help
command.- If a list of available commands displays, the installation is complete.
- If an error message displays, contact our Customer Support team.
- Open the Arundo Edge Download Center.
- Download the Arundo Edge CLI for macOS.
- Save the file in the Applications folder and replace the existing application.
- Open Terminal.
- Browse to the Applications folder.
- Run the
chmod +x arundo-edge-cli-mac-x64
command. -
Run the
sudo ./arundo-edge-cli-mac-x64 --help
command.- If a list of available commands displays, the installation is complete.
- If an error message displays, contact our Customer Support team.
Linux Desktop
- Open the Arundo Edge Download Center.
- Download the Arundo Edge CLI for macOS.
- Replace the existing Arundo Edge CLI file on the local device with the file you downloaded.
- Open Terminal.
- Browse to the directory where you saved the file.
- Run the
chmod +x arundo-edge-cli-linux-x64
command. -
Run the
./arundo-edge-cli-linux-x64 --help
command.- If a list of available commands displays, the installation is complete.
- If an error message displays, contact our Customer Support team.
Linux Server
- Open a terminal.
-
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
-
Browse to the directory where you downloaded the Arundo Edge CLI file.
-
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.
- Replace
-
Run the
./arundo-edge-cli-linux-x64 --help
command.- If a list of available commands displays, the installation is complete.
- If an error message displays, contact our Customer Support team.