...
Code Block |
---|
mongosh --username opUserRW --password op42flow42 admin |
Run the following commandAdd the main-primary and secondary-primary to the below command and run it
Code Block |
---|
rs.initiate({ _id: "rs1", version: 1, members: [ { _id: 0, host : "opha-dev1.opmantek.net:27017" }, { _id: 1, host : "opha-dev6.opmantek.net:27017" } ] }) |
...