EKINOPS ANNOUNCES THE ACQUISITION OF CHIMERE

Read the press release

Unified agent migration guide

Migration from Transfer Agent 4.1.0 to Unified Agent 4.5.0

Starting with version 4.5.0, user agents and transfer agents are now unified.

Updating an agent running version 4.1.0 or earlier requires running a migration script beforehand.

Migration Procedure

1. Back up configuration files

Before installing version 4.5.0 of the agent, back up your service configuration files by copying them to another directory.

The configuration files are located in the following directories:

Linux

/etc/chimere/transfer-agent/config/

Windows

C:\Program Files\Chimere\TransferAgent\config

2. Run the migration script

Run the migration script on the configuration directory corresponding to your environment.

Linux / Bash

chmod +x migrate_4.1.0_4.5.0_bulk.sh
./migrate_4.1.0_4.5.0_bulk.sh /etc/chimere/transfer-agent/config/

Windows / PowerShell

.\migrate_4.1.0_4.5.0_bulk.ps1 "C:\Program Files\Chimere\TransferAgent\config"

3. Update the agent

Once the migration is complete, you can update the agent using the standard installation procedure.