3230d88d4c
MXS-3198 Update MariaDB Monitor documentation on 10.5 privileges
...
In the end, only minor changes as SUPER covers most of the
requirements.
2020-10-06 14:20:23 +03:00
f74035dc63
MXS-3017 Fix MariaDBMonitor documentation
...
The descriptions of several settings were not updated for 2.4.
2020-06-02 11:16:17 +03:00
fda3cf8160
Merge branch '2.3' into 2.4
2020-03-04 09:10:28 +02:00
2f6d003491
MXS-2832: Document failover timing estimates
...
The worst-case time it takes for failover to start is now documented.
2020-03-04 08:49:03 +02:00
4a5293ebba
Merge branch '2.3' into 2.4
2020-03-02 18:05:11 +02:00
b23edeb111
MXS-2832: Document failover timing estimates
...
The worst-case time it takes for failover to start is now documented.
2020-03-02 17:30:11 +02:00
f39ed6803e
Merge branch '2.3' into 2.4
2019-12-17 14:04:47 +02:00
b3f44adb16
MXS-2797: Fix handle_events documentation
...
The parameter was called handle_server_events when in reality it was
handle_events.
2019-12-17 13:48:51 +02:00
ad323bb837
Merge branch '2.3' into 2.4
2019-12-13 11:24:42 +02:00
44664132bc
MXS-2792 Improve monitor script documentation
...
Apparently the previous script example was not working. Moved the
updated example to Monitor-Common.md.
2019-12-13 10:38:07 +02:00
218354081c
Merge branch '2.3' into 2.4
2019-11-22 12:53:39 +02:00
53ee7072ee
MXS-2775 Document semisync limitations with failover
...
The previous content was a bit too positive about semisync replication
ensuring a clean failover.
2019-11-22 12:52:36 +02:00
9c62aafa93
Merge branch '2.3' into 2.4
2019-10-01 15:25:41 +03:00
fffbb9f791
MXS-2600 Update MariaDB-Monitor documentation
...
Clarified info on privileges.
2019-10-01 15:14:43 +03:00
752dfbeaa8
Merge branch '2.3' into 2.4
2019-09-23 18:43:18 +03:00
4fbb18535b
MXS-2620 Mention that a normal master server shutdown may lose events
2019-09-23 18:35:41 +03:00
29ec15c8eb
Update documentation for 2.4.1
...
Small changes to MariaDBMonitor and Pam authenticator.
2019-08-16 12:18:39 +03:00
6509863373
Document "enforce_simple_topology"-setting
2019-06-27 11:44:41 +03:00
44d1b821c3
Merge branch '2.3' into develop
2019-06-03 13:54:55 +03:00
5a5d625b15
Update MariaDBMonitor and PAM authenticator documentation
2019-06-03 12:15:13 +03:00
3d420dee6f
MXS-2329 Use durations in MariaDB monitor
2019-04-30 13:02:53 +03:00
b972d88bba
Merge branch '2.2' into 2.3
2019-04-24 12:51:32 +03:00
64a8288f66
MXS-2426 Document the change in cluster operation failure handling
2019-04-24 12:37:55 +03:00
f8a22d0ac0
MXS-2344 Add setting for enabling SSL for replication
...
If the monitor setting "replication_master_ssl" is set to on, any CHANGE MASTER TO-command
will have MASTER_SSL=1. If set to off or unset, MASTER_SSL is left unchanged to match existing
behaviour.
2019-04-15 19:15:45 +03:00
f76ae381c0
MXS-2325 Update documentation with the new behavior
2019-03-11 13:07:53 +02:00
19143e04e1
Fix nested lists
...
Adding some spaces should fix rendering issues in KB.
2019-02-13 10:50:53 +02:00
88f234fdcd
MXS-2214: Fix object names in documentation
...
The object names now always use a valid and supported form.
2019-01-03 09:37:59 +02:00
a6cacbec17
Update MariaDBMonitor documentation
...
Updates troubleshooting section.
2018-12-04 18:05:38 +02:00
c61aaee0ba
MXS-2168 Add documentation on "assume_unique_hostnames"
2018-11-21 10:30:11 +02:00
bba0bc0f31
MXS-2158 Relax requirements for manual rejoin
...
The operation is now allowed even if the rejoining server has empty gtid:s.
Auto-rejoin keeps the safeties on.
2018-11-16 13:03:30 +02:00
715eaf6760
MXS-1598 Explain how monitor measures replication lag
2018-11-16 10:13:16 +02:00
56d28d703c
Update MariaDBMonitor documentation
...
Mention the secondary use of switchover_timeout. Formatting fixes.
2018-11-08 10:33:57 +02:00
07d497a672
Add empty line before numbered list in md-doc
...
Without that empty line, the numbered list will not be a numbered
list when the md-file is imported into KB.
2018-11-08 09:47:01 +02:00
09c5e295d0
Update MariaDBMonitor documenation
...
Adds table of contents, a mention of semisynchronous replication and clarifies
disk space parameters a bit.
2018-11-07 12:54:22 +02:00
a883a4f3e0
Fix password documentation
...
The old parameter was used in some examples and no note about its removal
was in the parameter.
2018-11-06 15:09:14 +02:00
e73ecae677
MXS-1845 Update documentation
...
Small cleanup and updates to release notes.
2018-10-04 11:45:33 +03:00
2ab748dbab
MXS-1712 Update MariaDB Monitor documentation
...
Add documentation on reset-replication. Adds some details on cluster modification
operations in general and fixes errors.
2018-09-21 10:54:36 +03:00
cb54880b99
MXS-1937 Cleanup event handling
...
Event handling is now enabled by default. If the monitor cannot query the EVENTS-
table (most likely because of missing credentials), print an error suggesting to
turn the feature off.
When disabling events on a rejoining standalone server (likely a former master),
disable binlog event recording for the session. This prevents the ALTER EVENT
queries from generating binlog events.
Also added documentation and combined similar parts in the code.
2018-09-14 16:54:24 +03:00
c03467f9f3
Update MariaDBMonitor documentation
...
More explanation on master selection and tips on troubleshooting
failover/switchover.
2018-09-04 10:21:27 +03:00
122c63285f
Updated changelog, release notes and MariaDB-Monitor documentation
2018-09-04 10:21:27 +03:00
6c59da77fb
Merge branch '2.2' into develop
2018-07-26 11:27:09 +03:00
f8898a1562
Update MariaDB-Monitor documentation
...
Added explanation on master selection.
2018-07-20 17:44:26 +03:00
bf3a683395
Update MariaDB-Monitor.md
...
Added missing RELOAD privilege to monitor docs.
2018-07-18 16:28:45 +03:00
936bcde135
Remove old "detect_standalone_master"-feature, update documentation
...
The auto_failover is a more reliable solution and should be used instead. Several
unused parameters were removed, although they can still be defined in the config
file. Updated documentation on the relevant parts.
2018-07-16 15:58:16 +03:00
fd31c9cced
MXS-1905 Set slaves with low disk space to maintenance
...
Also, servers in maintenance are updated just as other servers.
2018-07-02 14:24:57 +03:00
dc47835ef6
MXS-1775 Add documentation for new monitor parameter
2018-06-06 15:25:57 +03:00
709c076000
Merge branch '2.2' into develop
2018-05-18 16:31:49 +03:00
fb56de641a
MXS-1859 Add options for enforcing read_only on slaves
...
If the feature is enabled (default off), at the end of a monitor loop
(once server states are known), read_only is enabled on slaves servers
without it.
2018-05-18 15:29:56 +03:00
caa964fa57
Merge branch '2.2' into develop
2018-04-24 13:57:50 +03:00
2a38902aa6
MXS-1639 Discard results when executing sql text files
...
This removes the limitation of not returning resultsets.
2018-04-24 13:21:44 +03:00