About stopping Replication of API Portal
search cancel

About stopping Replication of API Portal

book

Article ID: 17206

calendar_today

Updated On:

Products

CA API Developer Portal CA API Gateway

Issue/Introduction



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 

 

Environment

API Portal 3.1

Resolution

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.