You can run the e2e-migrate CLI within the maintenance window, which takes backup and migrates data from old appliances to new appliances.

Note:

By default, the migration tool does not delete any old backups attempted to preserve data. If backup exists, it is reused in retry attempts. You can provide -c option to cleanup up the existing backups before taking fresh backup.

Important:

Do not specify <-i option> here because the appliances are already deployed.

e2e-migrate CLI Help

$ tcamigctl e2e-migrate -h
usage: tcamigctl e2e-migrate [-h] [-c] [-i] input_file

Deploys and migrates entire topology with one command. Runs the operation in the background

positional arguments:  
  input_file            input file containing TCA Manager and TCA-CP details

options:  
 -h, --help            show this help message and exit  
 -c, --cleanup         if specified, cleans up the directory of old backups   
 -i, --include-deploy  if specified, runs deploy as part of this command

Input is same as specified above.

e2e-migrate CLI

tcamigctl e2e-migrate input.json