Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Backup Configuration: Make a backup copy of the opCommon.json file before making any changes.

  2. 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 object

    Code Block
    languagejson
    "nats_server": "opha-dev1.opmantek.net:4222"

    IMPORTANT

    Delete the following line

  3. Code Block
    languagejson
    "db_mongo_cluster": [],

...

5. MongoDB Setup (Main-Primary Only)

...