2

I had cluster with two nodes in replica set (master and replica). How should I configure replication master-master? I tried change flag read_only on replica, but it isn't work.

Gennady
  • 352
  • 2
  • 12

1 Answers1

1

You should use all_rw replicaset parameter; it is available via both UI and API.

Dmitry Sharonov
  • 471
  • 2
  • 12