From 300d389a12bfffb45fe75ecfbd5eca7e45278994 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:03:55 -0600 Subject: [PATCH] FixLinks - broken links in 8.0.35 documentation (8.0) modified: docs/quickstart-next-steps.md modified: docs/release-notes/8.0.30-22.upd.md modified: docs/upgrade-percona-repos.md modified: docs/upgrade-tokudb-myrocks.md --- docs/quickstart-next-steps.md | 4 +--- docs/release-notes/8.0.30-22.upd.md | 2 +- docs/upgrade-percona-repos.md | 4 ++-- docs/upgrade-tokudb-myrocks.md | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/quickstart-next-steps.md b/docs/quickstart-next-steps.md index 2ef6f23ac37..5f103f787ec 100644 --- a/docs/quickstart-next-steps.md +++ b/docs/quickstart-next-steps.md @@ -22,7 +22,7 @@ After creating a database and running queries, you have taken the first steps to These tasks will expand your knowledge and skills in using Percona Server for MySQL and become more confident and proficient in developing database applications. -Review the [Percona Server for MySQL documentation] for more information. +Review the [Percona Server for MySQL documentation](index.md) for more information. ## Other Percona products @@ -49,5 +49,3 @@ Percona XtraDB Cluster (PXC) is a 100% open source, enterprise-grade, highly ava Percona Toolkit is a collection of advanced command-line tools used by the Percona support staff to perform a variety of MySQL, MongoDB, and system tasks that are complex or difficult to perform manually. These tools are ideal alternatives to “one-off” scripts because they are professionally developed, formally tested, and documented. Each tool is self-contained, so installation is quick and easy and does not install libraries. [Percona Toolkit documentation](https://docs.percona.com/percona-toolkit/) - -[Percona Server for MySQL documentation]:(index.md) \ No newline at end of file diff --git a/docs/release-notes/8.0.30-22.upd.md b/docs/release-notes/8.0.30-22.upd.md index 0af9a853990..91b9eac27d2 100644 --- a/docs/release-notes/8.0.30-22.upd.md +++ b/docs/release-notes/8.0.30-22.upd.md @@ -122,7 +122,7 @@ Find the full list of bug fixes and changes in the [MySQL 8.0.30 Release Notes]( ## Deprecation and removal -This release removes the [Data Scrubbing](../data-scrubbing.md) feature. +This release removes the `Data Scrubbing` feature. The `master_key` and `keyring_key` options are removed in the [`innodb_redo_log_encrypt`](../encrypting-redo-log.md#innodb_redo_log_encrypt) variable. The data type is changed to Boolean. diff --git a/docs/upgrade-percona-repos.md b/docs/upgrade-percona-repos.md index 9b652f21844..3db9cd893eb 100644 --- a/docs/upgrade-percona-repos.md +++ b/docs/upgrade-percona-repos.md @@ -40,7 +40,7 @@ If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recomm 5. Install the storage engine packages. - [Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb/tokudb_intro.md). + [Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb-intro.md). If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recommend that you migrate to either MyRocks or InnoDB, verify the migration, and then upgrade to 8.0. @@ -126,7 +126,7 @@ If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recomm ``` 6. Install the storage engine packages. - [Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb/tokudb_intro.md). + [Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb-intro.md). If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recommend that you migrate to either MyRocks or InnoDB, verify the migration, and then upgrade to 8.0. diff --git a/docs/upgrade-tokudb-myrocks.md b/docs/upgrade-tokudb-myrocks.md index cb3423832b8..3088a5e6b0a 100644 --- a/docs/upgrade-tokudb-myrocks.md +++ b/docs/upgrade-tokudb-myrocks.md @@ -6,7 +6,7 @@ partitioned table for the *InnoDB* storage engine. If you use partitioned tables with the *MyRocks* or *TokuDB* storage engine, the upgrade may fail if you do not enable the native partitioning provided by the storage engine. -*TokuDB* is deprecated. For more information, see [TokuDB Introduction](tokudb/tokudb_intro.md). +*TokuDB* is deprecated. For more information, see [TokuDB Introduction](tokudb-intro.md). Before you attempt the upgrade, check whether you have any tables that are not using the native partitioning.