To handle the required replication properties when the database transitions from the replication source to replication target, or the reverse, you may need one properties file that combines both the source database and the target database property settings.

The following is a sample, combined properties file:

[server]
     control-agents=agent1
     database=source
     transition=manual
     transition-timeout=600

[control-agent.agent1]
     name=agent1
     database=target
     host=your host
     port=your port
     connect-timeout=120
     replication-method=async
     critical=0

[agent]
    name=agent0
    database=source
    listener-minport=4387
    listener-maxport=4500

[transition]
   database-role=reverse
   auto-begin-ai=0
   auto-add-ai-areas=0
   ai-structure-file=!{value-of:server.database}.addai.st

[ssl]
   ssl-enable=1
   no-host-verify=1
   key-alias=repltest
   key-alias-password=44673f2b26202027
   key-store-path=/largedisk/jlopez/REPLSETUP_1TARG/keys
   cert-store-path=/largedisk/jlopez/REPLSETUP_1TARG/certs
   cipher-suites=AES128-SHA256,AES256-SHA256,DHE-RSA-AES256-GCM-SHA384
   ssl-protocols=TLSv1.1,TLSv1.2,TLSv1.3