I have a master cluster and a foreign cluster coupled together. In addition, I've databases replication also enabled for a couple of databases with forest connect by name set to false
. I'd like to de-couple these two clusters and re-couple them after some days with minimum downtime. Our main activity is to remove some nodes from both master and foreign cluster and so in order to reduce downtimes caused from config. changes I'd like to remove coupling first. Questions.
- Do I need to remove database replication as well before de-coupling clusters ?
- Are there REST API's to do that ?
- What are the xquery API's which into be used ?
- Where I need to execute the automated script in master or foreign cluster?
- Any other points I should remember for doing this activity ?