Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/haproxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -128,7 +128,7 @@ mysqlchk 9200/tcp # mysqlchk
server db03 <NODE3_IP>:<PXC_SERVICE_PORT> check port <HEALTHCHECK_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 `<HEALTHCHECK_PORT>`. The
`clustercheck` health check path does not require HAProxy to authenticate to
MySQL with a user authentication plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading