Instructions on how to migrate your Faspex 5 to a different server.
About this task
Attention: Make sure that both the source and target machines are running the same
version of Faspex 5.
Procedure
-
Create a Faspex database backup using the Utility app in your source
machine.
- Back up the /opt/aspera/faspex directory in your source machine.
This will be required in case of disaster recovery.
- Install the Faspex RPM in your target machine. The RPM must be the same version as the
one of the source machine.
- Remove the existing /opt/aspera/faspex directory from the target
machine:
rm -rfv /opt/aspera/faspex
- Transfer the contents of the /opt/aspera/faspex directory from the
source machine into the new target machine:
rsync -avP /opt/aspera/faspex root@$TARGET:/opt/aspera
- Run the Faspex setup on the target machine. Change the FQDN to the target machine's
name:
Final verification
- Verify that all Faspex containers are up, running, and healthy:
- Verify that you can access Faspex using the target machine's URL:
- Confirm the environment on the target machine is identical to the source
machine.
- Once verified new system is fully working, shutdown or remove from production the OLD
environment.