...
Backup Configuration: Make a backup copy of the
opCommon.json
file before making any changes.Add NATS Server Configuration: Ensure the following configuration is included in
opCommon.json
on all servers. In the below example we have added the main-primary in the nats_server string int the “database“ json objectCode Block language json "nats_server": "opha-dev1.opmantek.net:4222"
IMPORTANT
Delete the following line
Code Block language json "db_mongo_cluster": [],
...
5. MongoDB Setup (Main-Primary Only)
...