We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
glaubervila
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: