#--------------------------------------------------------------## MIGRATION CONTEXT ##--------------------------------------------------------------## src cluster (the old cluster)src_cls:pg-meta # src cluster namesrc_db:meta # src database namesrc_ip:10.10.10.10# ip address of src cluster primarysrc_list:[]# ip address list of src cluster members (non-primary)#--------------------------------------------------------------## dst cluster (the new cluster)dst_cls:pg-test # dst cluster namedst_db:test # dst database namedst_ip:10.10.10.11# dst cluster leader ip addresshdst_list:[10.10.10.12,10.10.10.13]# dst cluster members (non-primary)# dst cluster access informationdst_dns:pg-test # dst cluster dns recordsdst_vip:10.10.10.3# dst cluster vip records#--------------------------------------------------------------## credential (assume .pgpass viable)pg_admin_username:dbuser_dba # superuser @ both sidepg_replicatoin_username:replicator # repl user @ src to be usedmigration_context_dir:~/migration # this dir will be created#--------------------------------------------------------------#