Skip to content
Snippets Groups Projects
Commit c0fcbdd8 authored by Howard Chu's avatar Howard Chu
Browse files

mirrormode is still single-master, but must be enforced externally

parent 67380eea
No related branches found
No related tags found
No related merge requests found
......@@ -1330,7 +1330,10 @@ This option puts a replica database into "mirror" mode. Update
operations will be accepted from any user, not just the updatedn. The
database must already be configured as a slurpd or syncrepl consumer
before this keyword may be set. This mode must be used with extreme
care, as it does not offer any consistency guarantees.
care, as it does not offer any consistency guarantees. This feature
is intended to be used with an external frontend that guarantees that
writes are only directed to a single master, switching to an alternate
server only if the original master goes down.
By default, mirrormode is off.
.TP
.B overlay <overlay-name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment