mha-helper
mha-helper copied to clipboard
MHA helper (mha-helper) is a set of helper scripts that supplement in doing proper failover using MHA (https://code.google.com/p/mysql-master-ha/).
I'm using Ubuntu 16.04 servers The mha-helper was failing when running the arping command with requires_arping configured. I had run `apt install arping` I tried manually running the arping command...
The latest release installed from pip is `0.40` https://pypi.org/project/mha_helper/#history it would be nice if this could be updated
Hi , this is my first time to use mha-helper. i built on Centos 7 within virtualenv. I got error when running the test "masterha_check_repl --conf=/etc/app1.cnf" > Sun Feb 12...
it would be better change the command like this "/usr/sbin/arping -q -c 3 -A -I eth1 -s writer_vip writer_vip_gateway" .it need add a param writer_vip_gateway.otherwise other net can't work when...
Add functionality to MHA-Helper to allow for `reader_vip_cidr` management. - `reader_vip_cidr`= VIP for read only - `candidate_reader` = boolean, if true then slave is eligible to take on reader vip....
In case of a restart of a slave, the _read_only_ configuration set by MHA is lost. Define a configuration file (which is read by my.cnf with _!includedir_, and has permissions...
mha-helper needs to be able to work with the baremetal servers and with different cloud platforms.
The helper secondary_check_script does not currently exist
Bumps [wheel](https://github.com/pypa/wheel) from 0.23.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...