Skip to content

Commit 49f98cb

Browse files
DISTMYSQL-575 [DOCS] Create new 9.7 branch based on 8.4 and update the docs
modified: README.md modified: _resource/overrides/main.html modified: _resource/overrides/partials/banner.html modified: _resourcepdf/overrides/partials/banner.html modified: _resourcepdf/overrides/partials/edit.html modified: docs/components.md modified: docs/deployment-variants.md modified: docs/downgrade.md modified: docs/download-instructions.md modified: docs/index.md modified: docs/install-pdps.md modified: docs/install-pdpxc.md modified: docs/installing.md modified: docs/minor-upgrade.md modified: docs/monitoring.md modified: docs/pdps-group-replication.md modified: docs/ps-or-pdps.md deleted: docs/release-notes-ps-8.4.1.md deleted: docs/release-notes-ps-8.4.2.md deleted: docs/release-notes-ps-8.4.3.md deleted: docs/release-notes-ps-8.4.4.md deleted: docs/release-notes-ps-8.4.5.md deleted: docs/release-notes-ps-8.4.6.md deleted: docs/release-notes-ps-8.4.7.md deleted: docs/release-notes-ps-8.4.md deleted: docs/release-notes-pxc-8.4.0.md deleted: docs/release-notes-pxc-8.4.2.md deleted: docs/release-notes-pxc-8.4.3.md deleted: docs/release-notes-pxc-8.4.4.md deleted: docs/release-notes-pxc-8.4.5.md deleted: docs/release-notes-pxc-8.4.6.md deleted: docs/release-notes-pxc-8.4.7.md modified: docs/release-notes.md modified: docs/templates/pdf_cover_page.tpl modified: docs/uninstalling.md modified: mkdocs-base.yml modified: mkdocs.yml modified: variables.yml
1 parent bac5f01 commit 49f98cb

38 files changed

+72
-776
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Percona Distribution for MySQL provides two deployment variants: one is Percona
2121
|MySQL Router |YES |NO |
2222

2323

24-
This repository contains the source files for [Percona Distribution for MySQL documentation](https://www.percona.com/doc/percona-distribution-mysql/8.0/index.html). The documentation is written in [reStructured text markup language](https://docutils.sourceforge.io/rst.html) and is created using [Sphinx Python Documentation Generator](https://www.sphinx-doc.org/en/master/).
24+
This repository contains the source files for [Percona Distribution for MySQL documentation](https://docs.percona.com/percona-distribution-for-mysql/8.0/). The documentation is written in [reStructured text markup language](https://docutils.sourceforge.io/rst.html) and is created using [Sphinx Python Documentation Generator](https://www.sphinx-doc.org/en/master/).
2525

2626
## Contributing
2727

_resource/overrides/main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
{% endif %}
1818
<meta property="og:type" content="website" />
1919
<meta property="og:title" content="{{ title }}" />
20-
<meta property="og:url" content="https://docs.percona.com/percona-distribution-for-mysql/innovation-release/" />
21-
<meta property="og:image" content="https://docs.percona.com/percona-distribution-for-mysql/innovation-release/_images/percona-mysql-logo.png" />
20+
<meta property="og:url" content="https://docs.percona.com/percona-distribution-for-mysql/9.7/" />
21+
<meta property="og:image" content="https://docs.percona.com/percona-distribution-for-mysql/9.7/_images/percona-mysql-logo.png" />
2222
{% endblock %}
2323

2424
{% block site_nav %}
@@ -32,7 +32,7 @@
3232
{% include "partials/nav.html" %}
3333
<br>
3434
<label class="md-nav__title" for="__drawer">
35-
<a href="https://learn.percona.com/download-manual-percona-distribution-for-mysql-innovation-releases" onclick="_gaq.push(['b._trackEvent', 'Percona Distribution for MySQL', 'Download', 'Download Manual Distribution for MySQL']);" class="md-nav__link md-nav__link--active" style="font-size: .7rem;">
35+
<a href="https://learn.percona.com/download-manual-percona-distribution-for-mysql-9.7" onclick="_gaq.push(['b._trackEvent', 'Percona Distribution for MySQL', 'Download', 'Download Manual Distribution for MySQL']);" class="md-nav__link md-nav__link--active" style="font-size: .7rem;">
3636
Download PDF
3737
</a>
3838
</label>

_resource/overrides/partials/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
<div class="actions">
66

7-
<a href="https://docs.percona.com/percona-distribution-for-mysql/8.4/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
7+
<a href="https://docs.percona.com/percona-distribution-for-mysql/9.7/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
88
</div>
99
</div>

_resourcepdf/overrides/partials/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
<div class="actions">
66

7-
<a href="https://docs.percona.com/percona-distribution-for-mysql/8.4/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
7+
<a href="https://docs.percona.com/percona-distribution-for-mysql/9.7/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
88
</div>
99
</div>

_resourcepdf/overrides/partials/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="banner-divider"></div>
1414

1515
<!-- Contributing Guide below, smaller -->
16-
<a href="https://github.com/percona/pdmysql-docs/blob/8.4/CONTRIBUTING.md"
16+
<a href="https://github.com/percona/pdmysql-docs/blob/9.7/CONTRIBUTING.md"
1717
title="Contributing guide"
1818
class="contrib-link"
1919
target="_blank"

docs/components.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Percona Distribution for MySQL consists of the following **components**:
44

55
* [Percona Server for MySQL :octicons-link-external-16:](https://docs.percona.com/percona-server/{{vers}}/) is a drop-in replacement for MySQL Community Edition with the enterprise-grade features embedded by Percona.
66

7-
* [Percona XtraDB Cluster :octicons-link-external-16:](https://docs.percona.com/percona-xtradb-cluster/{{vers}}/index.html) is the high-available clustering solution for MySQL. It is based on [Percona Server for MySQL :octicons-link-external-16:](https://docs.percona.com/percona-server/{{vers}}/index.html) and uses [Percona XtraBackup :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/{{vers}}/index.html) for node provisioning.
7+
* [Percona XtraDB Cluster :octicons-link-external-16:](https://docs.percona.com/percona-xtradb-cluster/8.4/index.html) is the high-available clustering solution for MySQL. It is based on [Percona Server for MySQL :octicons-link-external-16:](https://docs.percona.com/percona-server/{{vers}}/index.html) and uses [Percona XtraBackup :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/8.4/index.html) for node provisioning.
88

9-
* [Percona XtraBackup :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/{{vers}}/) is an open-source hot backup utility for MySQL-based servers that doesn’t lock your database during the backup.
9+
* [Percona XtraBackup :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/8.4/) is an open-source hot backup utility for MySQL-based servers that doesn’t lock your database during the backup.
1010

1111
* [Orchestrator :octicons-link-external-16:(https://github.com/openark/orchestrator) is the replication topology manager for Percona Server for MySQL.
1212

@@ -21,8 +21,10 @@ Percona Distribution for MySQL consists of the following **components**:
2121

2222
* [MySQL Router :octicons-link-external-16:](https://dev.mysql.com/doc/mysql-router/{{vers}}/en/) is lightweight middleware that provides transparent routing between your application and back-end MySQL servers.
2323

24+
<!-- Clarify whether the following note is valid for 9.7-->
25+
2426
!!! important
2527

26-
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL 8.4 becomes available.
28+
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL {{vers}} becomes available.
2729

28-
ProxySQL contains counters that have not been updated to use the new terminology. Unexpected results may occur. In an 8.4.x environment, the binlog reader errors out during initialization due to the use of old terminology, such as the SHOW MASTER STATUS command.
30+
In {{vers}}.x environments, the ProxySQL binlog reader can fail to initialize because it uses legacy commands, such as SHOW MASTER STATUS. Some internal counters also use outdated terminology. To address most terminology issues, enable the [terminology_use_previous](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-replica.html#sysvar_terminology_use_previous) system variable on the database server. This workaround addresses only terminology compatibility and may not fix all failures.

docs/deployment-variants.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ Percona Distribution for MySQL provides two deployment variants: one is Percona
1212
| MySQL Shell | YES |
1313
| MySQL Router | YES |
1414

15+
<!-- Clarify whether the following note is valid for 9.7-->
16+
1517
!!! important
1618

17-
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL 8.4 becomes available.
19+
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL {{vers}} becomes available.
1820

19-
ProxySQL contains counters that have not been updated to use the new terminology. Unexpected results may occur. In an 8.4.x environment, the binlog reader errors out during initialization due to the use of old terminology, such as the SHOW MASTER STATUS command.
21+
In {{vers}}.x environments, the ProxySQL binlog reader can fail to initialize because it uses legacy commands, such as SHOW MASTER STATUS. Some internal counters also use outdated terminology. To address most terminology issues, enable the [terminology_use_previous](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-replica.html#sysvar_terminology_use_previous) system variable on the database server. This workaround addresses only terminology compatibility and may not fix all failures.
2022

2123
## What deployment variant to choose?
2224

docs/downgrade.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Downgrade Percona Distribution for MySQL
22

3+
<!-- Clarify whether the following note is valid for 9.7-->
4+
35
!!! important
46

5-
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL 8.4 becomes available.
7+
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL {{vers}} becomes available.
68

7-
ProxySQL contains counters that have not been updated to use the new terminology. Unexpected results may occur. In an 8.4.x environment, the binlog reader errors out during initialization due to the use of old terminology, such as the SHOW MASTER STATUS command.
9+
In {{vers}}.x environments, the ProxySQL binlog reader can fail to initialize because it uses legacy commands, such as SHOW MASTER STATUS. Some internal counters also use outdated terminology. To address most terminology issues, enable the [terminology_use_previous](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-replica.html#sysvar_terminology_use_previous) system variable on the database server. This workaround addresses only terminology compatibility and may not fix all failures.
810

911
You have the following downgrade options:
1012

11-
1. Within Same LTS Version (Example: 8.4.5 to 8.4.3):
13+
1. Within Same LTS Version (Example: 9.7.3 to 9.7.1):
1214

1315
* Methods Available:
1416

@@ -20,17 +22,7 @@ You have the following downgrade options:
2022

2123
* Replication-based downgrade
2224

23-
2. From LTS to Previous LTS (Example: 8.4.x to 8.0.y):
24-
25-
* Methods Available:
26-
27-
* Logical dump and restore
28-
29-
* Replication-based downgrade
30-
31-
* Important: Only works for rollback if you haven't used new features
32-
33-
3. From LTS to Innovation Release (Example: 8.4.x to 8.3.0):
25+
2. From LTS to Previous LTS (Example: 9.7.x to 8.4.y):
3426

3527
* Methods Available:
3628

docs/download-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Do the following steps to select the software, the software version, and downloa
55
1. Go to [Percona Software Downloads :octicons-link-external-16:](https://www.percona.com/downloads).
66
2. Locate Percona Distribution for MySQL.
77
3. Select the required product in `Select Product`, for example, Percona Server for MySQL.
8-
4. Select your distribution version in the `Select Product Version` dropdown, for example, `percona-distribution-mysql-ps-8.4.4`.
8+
4. Select your distribution version in the `Select Product Version` dropdown, for example, `percona-distribution-mysql-ps-9.7.1`.
99
5. Select your platform in the `Select Platform` dropdown, for example, `Ubuntu 24.04 (Noble Numbat)`.
1010

1111
The `Package Download Options` may include both `AMD64` and `ARM64` packages. Select the correct CPU architecture for your system.

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ Percona Distribution for MySQL is a single solution with the best and most criti
1414

1515
Percona Distribution for MySQL comes in two [deployment variants](deployment-variants.md): one is based on Percona Server for MySQL and another one - on Percona XtraDB Cluster. They differ in the set of components and how you can use them.
1616

17+
<!-- Clarify whether the following note is valid for 9.7-->
18+
1719
!!! important
1820

19-
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL 8.4 becomes available.
21+
This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL {{vers}} becomes available.
2022

21-
ProxySQL contains counters that have not been updated to use the new terminology. Unexpected results may occur. In an 8.4.x environment, the binlog reader errors out during initialization due to the use of old terminology, such as the SHOW MASTER STATUS command.
23+
In {{vers}}.x environments, the ProxySQL binlog reader can fail to initialize because it uses legacy commands, such as SHOW MASTER STATUS. Some internal counters also use outdated terminology. To address most terminology issues, enable the [terminology_use_previous](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-replica.html#sysvar_terminology_use_previous) system variable on the database server. This workaround addresses only terminology compatibility and may not fix all failures.
2224

2325
<div data-grid markdown><div data-banner markdown>
2426

0 commit comments

Comments
 (0)