diff --git a/docs/haproxy.md b/docs/haproxy.md index 780933fd..a9d46a64 100644 --- a/docs/haproxy.md +++ b/docs/haproxy.md @@ -94,7 +94,7 @@ For the legacy `xinetd` workflow, add the following service entry on each node: mysqlchk 9200/tcp # mysqlchk ``` -## Configure HAProxy with `clustercheck` health checks (recommended) +## Configure HAProxy with clustercheck health checks (recommended) ??? example "Example of the HAProxy configuration file" @@ -128,7 +128,7 @@ mysqlchk 9200/tcp # mysqlchk server db03 : check port inter 12000 rise 3 fall 3 ``` -For the `option httpchk` configuration shown in [Configure HAProxy with `clustercheck` health checks](#configure-haproxy-with-clustercheck-health-checks), HAProxy checks +For the `option httpchk` configuration, HAProxy checks node health through the `clustercheck` endpoint on port ``. The `clustercheck` health check path does not require HAProxy to authenticate to MySQL with a user authentication plugin. diff --git a/docs/quickstart-overview.md b/docs/quickstart-overview.md index 2c4c5d6f..4c1b5d90 100644 --- a/docs/quickstart-overview.md +++ b/docs/quickstart-overview.md @@ -16,7 +16,7 @@ You can install Percona XtraDB Cluster using different methods. Percona Server for MySQL (PS) is a freely available, fully compatible, enhanced, and open source drop-in replacement for any MySQL database. It provides superior and optimized performance, greater scalability and availability, enhanced backups, increased visibility, and instrumentation. Percona Server for MySQL is trusted by thousands of enterprises to provide better performance and concurrency for their most demanding workloads. -Install [Percona Server for MySQL :octicons-link-external-16:](https://docs.percona.com/percona-xtradb-cluster/{{vers}}/install/index.html). +Install [Percona Server for MySQL :octicons-link-external-16:](https://docs.percona.com/percona-server/{{vers}}/installation.html). ## For backups and restores