Skip to content
New issue

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

Atualização do espelho do MPC #1084

Open
rcboufleur opened this issue Sep 9, 2024 · 0 comments
Open

Atualização do espelho do MPC #1084

rcboufleur opened this issue Sep 9, 2024 · 0 comments
Assignees

Comments

@rcboufleur
Copy link
Collaborator

Here is a detailed steps:

  1. [MPC] Pause the subscription of mpcweb5 to upper chain.

  2. [SBN] Check that Musforti and Aurora SBN cluster are absolutely synchronized (all latest records in each table are matched).

  3. [You] DROP SUBSCRIPTION your_other_tables_sub;

  4. [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);

  5. [You] DROP SUBSCRIPTION your_obs_table_sub;

  6. [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);

  7. [MPC] Enable subscription of mpcweb5 to upper chain.

@rcboufleur rcboufleur moved this to 🔖 To do in Software Sep 9, 2024
@gschwend gschwend moved this from 🔖 To do to 📋 Backlog in Software Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants