Open rcboufleur opened 1 month ago
Here is a detailed steps:
[MPC] Pause the subscription of mpcweb5 to upper chain.
[SBN] Check that Musforti and Aurora SBN cluster are absolutely synchronized (all latest records in each table are matched).
[You] DROP SUBSCRIPTION your_other_tables_sub;
[You] CREATE SUBSCRIPTION your_other_tables_sub CONNECTION 'host=sbn-am-aurora16-db.cluster-c1t4y1fwdvea.us-east-2.rds.amazonaws.com port=5432 dbname=mpc_sbn user=your_name password=your_password' PUBLICATION sbn146_other_tables_pub WITH (copy_data=false, enabled=true, binary=true);
[You] DROP SUBSCRIPTION your_obs_table_sub;
[You] CREATE SUBSCRIPTION your_obs_table_sub CONNECTION 'host=sbn-am-aurora16-db.cluster-c1t4y1fwdvea.us-east-2.rds.amazonaws.com port=5432 dbname=mpc_sbn user=your_name password=your_password' PUBLICATION sbn146_obs_table_pub WITH (copy_data=false, enabled=true, binary=true);
[MPC] Enable subscription of mpcweb5 to upper chain.
Here is a detailed steps:
[MPC] Pause the subscription of mpcweb5 to upper chain.
[SBN] Check that Musforti and Aurora SBN cluster are absolutely synchronized (all latest records in each table are matched).
[You] DROP SUBSCRIPTION your_other_tables_sub;
[You] CREATE SUBSCRIPTION your_other_tables_sub CONNECTION 'host=sbn-am-aurora16-db.cluster-c1t4y1fwdvea.us-east-2.rds.amazonaws.com port=5432 dbname=mpc_sbn user=your_name password=your_password' PUBLICATION sbn146_other_tables_pub WITH (copy_data=false, enabled=true, binary=true);
[You] DROP SUBSCRIPTION your_obs_table_sub;
[You] CREATE SUBSCRIPTION your_obs_table_sub CONNECTION 'host=sbn-am-aurora16-db.cluster-c1t4y1fwdvea.us-east-2.rds.amazonaws.com port=5432 dbname=mpc_sbn user=your_name password=your_password' PUBLICATION sbn146_obs_table_pub WITH (copy_data=false, enabled=true, binary=true);
[MPC] Enable subscription of mpcweb5 to upper chain.