Advertisement
Guest User

Untitled

a guest
Mar 8th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <!-- master -->
  2.     <ha-policy>
  3.       <replication>
  4.         <master>
  5.           <vote-on-replication-failure>true</vote-on-replication-failure>
  6.           <check-for-live-server>true</check-for-live-server>
  7.         </master>
  8.       </replication>
  9.     </ha-policy>
  10.  
  11. <!-- slave -->
  12. <ha-policy>
  13.       <replication>
  14.         <slave>
  15.           <vote-on-replication-failure>true</vote-on-replication-failure>
  16.           <allow-failback>true</allow-failback>
  17.         </slave>
  18.       </replication>
  19.     </ha-policy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement