ES Manager Migration
Issue Description
Due to some reason, the customer may wants to migrate the Endpoint Secure data from one environment to another.
In this scenario, we can migrate the data of existing ES Mgr.
Handling Process
[Important]
-
The versions of both target and destination platform must be consistent, otherwise the new platform may not be able to load the configuration exported by the old platform.
-
The new platform has valid authorization.
Solution
[Source]
Upload the MGR_Transfer.sh script into the ES Manager and execute the following command.
-
Change script permission, make it executable.
Command:chmod +x MGR_Transfer.sh -
Execute the script to extract the data.
Command :./MGR_Transfer.sh -B backup.tgz

[Target]
The script executed at source side will generated backup.tgz.
Upload the MGR_Transfer.sh and backup.tgz into the destination and execute the following command.
-
Change script permission, make it executable.
Command:chmod +x MGR_Transfer.sh -
Execute the script to load the backup.
./MGR_Transfer.sh -R backup.tgz

Suggestions
This script can be used on ES 3.5.36 and above only.