Using API Portal replication model.
Want to stop the Replication.
How to stop the Replication?
Current:
Master API Portal----
???????????-------MySQL DB
Slave API Portal------
After change:
Single API Portal ----- MySQL DB
Do the following..
01. To disable replication edit /opt/Deployments/lrs/repository/config.xml on Master mode and set enabled to false in <Replication> XML node.
<Replication Enabled='true".......
↓
<Replication Enabled='false".......
02. restart of the Portal service.
Note:
Should not use the Slave node(s) after this change is made.