Before Upgrading or Downgrading
When upgrading (or downgrading) HST Server, Aspera recommends the following preparation to ensure a smooth process, minimal transfer disruption, and peace-of-mind that your original configuration is backed up in case of any problems.
Upgrading
- The HST Server installer automatically checks for an older version of the product on your system. If an older version is found, the installer automatically removes it before installing the new version.
- Although the installer performs your upgrade automatically, Aspera highly recommends completing the tasks below before upgrading. If you do not follow these steps, you risk installation errors or losing your former configuration settings.
- You cannot upgrade directly between different Aspera transfer products (such as from HST Endpoint or Desktop Client to HST Server). To upgrade, you need to back up the configuration, uninstall the product, and perform a fresh install of the new version of the product.
- When upgrading from Connect Server versions older than 3.2.1, the Connect Server system-level security settings are not preserved and must be reconfigured.
Downgrading
Older installers do not check for newer versions of the application. You must prepare your machine as described below then uninstall the newer version before continuing with your downgrade.
systemd
. When downgrading to one of these versions on an OS
that uses systemd
, you must manually start Aspera services because
the installer cannot start them automatically. Run the following commands to start
the
services:# systemctl start asperacentral
# systemctl start asperahttpd
# systemctl start asperarund
# systemctl start asperanoded
Newer versions of the Redis database are not compatible with older versions of the application. Your downgrade process depends on whether a backup of the older Redis DB is available, either as a separate backup file or as part of your backup of the var directory from the older version.
- With a backup: Follow the steps below to prepare your machine.
Uninstall the application (for instructions, see Uninstalling). Copy the older Redis DB file into the var
directory before installing the older (downgrade) version.
/opt/aspera/var/
- Without a backup: Follow the steps below to prepare your machine.
Uninstall the application (for instructions, see Uninstalling)
and delete the var and etc
directories from your machine. Then do a fresh installation of the older
version. The configuration files in the etc directory
may be compatible with older versions, but not all configurations may be
read.
/opt/aspera/var/
/opt/aspera/etc/
Preparing for an Upgrade or Downgrade