Skip to content

Commit 1bdb37e

Browse files
committed
PS-9528 [DOC] - add a disclaimer that percona-release does not work with 8.4-lts at this time
modified: docs/apt-repo.md modified: docs/installation.md modified: docs/upgrade.md modified: docs/yum-repo.md new file: snippets/percona-release.md
1 parent af2a7dc commit 1bdb37e

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

docs/apt-repo.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The DEB builds for Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, DEBIAN 11, and DEBI
1313

1414
## Install Percona Server for MySQL using APT
1515

16+
--8<--- "percona-release.md"
17+
1618
To install Percona Server for MySQL using APT, do the following steps:
1719
{.power-number}
1820

docs/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ We gather [Telemetry data] in the Percona packages and Docker images.
66

77
## Install Percona Server for MySQL from Repositories
88

9+
--8<--- "percona-release.md"
10+
911
Percona provides repositories for yum (`RPM` packages for Red Hat, CentOS and Amazon Linux AMI) and apt (`.deb` packages for Ubuntu and Debian) for software such as Percona Server for MySQL, Percona XtraBackup, and Percona Toolkit. This makes it easy to install and update your software and its dependencies through your operating system’s package manager. This is the recommended way of installing where possible.
1012

1113
The following guides describe the installation process for using the official Percona repositories for the `.deb` and `.rpm` packages.

docs/upgrade.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,4 @@ Review other [Percona blogs](https://www.percona.com/blog/) that contain upgrade
5252

5353
## Limitations
5454

55-
An upgrade on Ubuntu 20.04 from the following releases does not restart the MySQL service automatically. You must start the service manually.
56-
57-
* Percona Server for MySQL 8.0.x to Percona Server for MySQL 8.1
58-
59-
* Percona Server for MySQL 8.0.x to Percona Server for MySQL 8.2
60-
61-
* Percona Server for MySQL 8.1 to Percona Server for MySQL 8.2
55+
--8<--- "percona-release.md"

docs/yum-repo.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The RPM builds for *RHEL* 8 and *RHEL* 9 contain ARM packages with the `aarch64.
2222

2323
## Install
2424

25+
--8<--- "percona-release.md"
26+
2527
To install using the Percona Software repository, run the following commands either as a `root` user or, as in the example, using `sudo`.
2628

2729
```{.bash data-prompt="$"}

snippets/percona-release.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**The `percona-release` tool currently shows an Unknown alias specification error when you use `ps-84-lts`. The next release of the percona-release tool will fix this error.**
2+
3+
**In the meantime, use your platform’s version of the APT or YUM package management tools instead.**

0 commit comments

Comments
 (0)