Skip to content

Commit d27f0e6

Browse files
DISTMYSQL-577 [DOCS] Release notes for PDPXC 8.0.45
new file: docs/release-notes-pxc-v8.0.45.md modified: docs/release-notes.md modified: docs/templates/pdf_cover_page.tpl modified: mkdocs-base.yml
1 parent 9831f00 commit d27f0e6

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

docs/release-notes-pxc-v8.0.45.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Percona Distribution for MySQL 8.0.45 using Percona XtraDB Cluster (2026-02-)
2+
3+
Percona Distribution for MySQL is more than just a version of MySQL; it is a comprehensive solution that combines Percona Server for MySQL with additional tools to create a cohesive environment. This distribution is reliable, scalable, and secure, ensuring that all components have been tested to work seamlessly together. You can choose from two download options: one that uses Percona Server for MySQL and another that utilizes Percona XtraDB Cluster. Refer to [Install Percona Distribution for MySQL](installing.md).
4+
5+
This release is focused on the Percona XtraDB Cluster-based deployment variation. It is based on [Percona XtraDB Cluster 8.0.45-35](https://docs.percona.com/percona-xtradb-cluster/8.0/release-notes/8.0.45-36.html).
6+
7+
## Release highlights
8+
9+
Improvements and bug fixes provided by Oracle for MySQL 8.0.45 and included in Percona Server for MySQL are documented in the [MySQL 8.0.45 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-45.html).
10+
11+
## Supplied components
12+
13+
Review each component’s release notes for What’s new, improvements, or bug fixes. The following is a list of the components supplied with the Percona XtraDB Cluster-based variation of the Percona Distribution for MySQL:
14+
15+
| Component | Version | Description |
16+
| ----------------------- | --------- | -------------------------------------------|
17+
| Percona XtraBackup | [[8.0.35-35](https://docs.percona.com/percona-xtrabackup/8.0/release-notes/8.0/8.0.35-35.0.html)| An open-source hot backup utility for MySQL-based servers that doesn’t lock your database during the backup.|
18+
| HAProxy | [2.8.18](https://git.haproxy.org/?p=haproxy-2.8.git;a=commit;h=b6e928141b16d2a5adbfa331e0639fa02305fc8a) | A high-availability and load-balancing solution for Percona XtraDB Cluster. This is a default proxy.|
19+
| ProxySQL | [2.7.3](https://docs.percona.com/proxysql/2.7.3.html)| A high performance, high-availability, protocol-aware proxy for MySQL. |
20+
| Percona Toolkit | [3.7.1](https://docs.percona.com/percona-toolkit/release_notes.html#v3-7-1-released-2025-12-17) | The set of scripts to simplify and optimize database operation. |
21+
| relication_manager.sh | [1.0](https://docs.percona.com/percona-distribution-for-mysql/8.0/replication-manager/replication-manager-for-pxc.html) | A tool to manage multi-source replication between multiple Percona XtraDB Cluster clusters. |

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282

8383
## Percona Distribution for MySQL using Percona XtraDB Cluster
8484

85+
* [Percona Distribution for MySQL 8.0.45 using Percona XtraDB Cluster (2026-02-)](release-notes-pxc-v8.0.45.md)
86+
8587
* [Percona Distribution for MySQL 8.0.44 using Percona XtraDB Cluster (2025-12-10)](release-notes-pxc-v8.0.44.md)
8688

8789
* [Percona Distribution for MySQL 8.0.43 using Percona XtraDB Cluster (2025-09-22)](release-notes-pxc-v8.0.43.md)

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>8.0.45 (February 17, 2026)</h2>
10+
<h2>8.0.45 (February , 2026)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->

mkdocs-base.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,13 @@ nav:
220220
- release-notes-ps-v8.0.20.md
221221
- release-notes-v8.0.19.md
222222
- Percona Distribution for MySQL using Percona XtraDB Cluster:
223-
- release-notes-pxc-v8.0.44.md
224-
- release-notes-pxc-v8.0.43.md
225-
- release-notes-pxc-v8.0.42.md
226-
- release-notes-pxc-v8.0.41.md
227-
- release-notes-pxc-v8.0.40.md
223+
- release-notes-pxc-v8.0.45.md
224+
- 2025 (versions 8.0.40 to 8.0.44):
225+
- release-notes-pxc-v8.0.44.md
226+
- release-notes-pxc-v8.0.43.md
227+
- release-notes-pxc-v8.0.42.md
228+
- release-notes-pxc-v8.0.41.md
229+
- release-notes-pxc-v8.0.40.md
228230
- 2024 (versions 8.0.39 to 8.0.35):
229231
- release-notes-pxc-v8.0.39.md
230232
- release-notes-pxc-v8.0.38.md

0 commit comments

Comments
 (0)