MariaDB Monitor documentation: clarify replication_password encryption
This commit is contained in:
parent
e5d9ca4af8
commit
ad9b29600f
@ -275,7 +275,7 @@ seconds (faster than `backend_read_timeout` and `backend_write_timeout`).
|
||||
|
||||
The backends must all use GTID-based replication, and the domain id should not
|
||||
change during a switchover or failover. Master and slaves must have
|
||||
well-behaving GTIDs: no extra events on slave servers.
|
||||
well-behaving GTIDs with no extra events on slave servers.
|
||||
|
||||
### Configuration parameters
|
||||
|
||||
@ -330,6 +330,10 @@ user.
|
||||
The credentials used for replication must have the `REPLICATION SLAVE`
|
||||
privilege.
|
||||
|
||||
`replication_password` uses the same encryption scheme as other password
|
||||
parameters. If password encryption is in use, `replication_password` must be
|
||||
encrypted with the same key to avoid erroneous decryption.
|
||||
|
||||
#### `failover_timeout`
|
||||
|
||||
Time limit for the cluster failover in seconds. The default value is 90
|
||||
|
Loading…
x
Reference in New Issue
Block a user