Skip to content
Open
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
11 changes: 0 additions & 11 deletions docs/install-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,4 @@ If you want to build Percona XtraDB Cluster from source, see [Compiling and Inst

If you want to run Percona XtraDB Cluster using Docker, see [Run in a Docker container](docker.md).

## Product version numbering

The version number in PXC releases contains the following components:

* The version of Percona Server for MySQL that the given PXC release is based on

* The sequence number which represents the PXC built.

For example, version number *8.0.18-9.3* means that this is the third PXC
build based on Percona Server for MySQL 8.0.18-9.

[Telemetry data]: telemetry.md
2 changes: 1 addition & 1 deletion docs/upgrade-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ To create the 2nd and subsequent nodes, follow these steps:

2. Join the cluster using State Snapshot Transfer (SST).

Starting from version 8.0.34, this procedure can also be used to downgrade within the same LTS version.
This procedure can also be used to downgrade within the same LTS version.

8 changes: 4 additions & 4 deletions docs/upgrade-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Make a full backup (or dump if possible) of your database. Move the database con
The following example downloads Percona Server for MySQL {{release}} packages for Debian 11.0:

```shell
wget https://downloads.percona.com/downloads/Percona-Server-innovative-release/Percona-Server-{{release}}/binary/debian/bullseye/x86_64/Percona-Server-{{release}}-r582ebeef-bullseye-x86_64-bundle.tar
wget https://downloads.percona.com/downloads/Percona-Server-{{vers}}/Percona-Server-{{release}}/binary/debian/bullseye/x86_64/Percona-Server-{{release}}-rd76e81f4-bullseye-x86_64-bundle.tar
```

4. Unpack the bundle to get the packages: `tar xvf Percona-Server-{{release}}-x86_64-bundle.tar`.
4. Unpack the bundle to get the packages: `tar xvf Percona-Server-{{release}}-rd76e81f4-bullseye-x86_64-bundle.tar`.

After you unpack the bundle, you should see the following packages:

Expand Down Expand Up @@ -107,13 +107,13 @@ Make a full backup (or dump if possible) of your database. Move the database con
3. Download the packages of the desired series for your architecture from the [Percona Software Downloads :octicons-link-external-16:](https://www.percona.com/downloads). The easiest way is to download the bundle which contains all the packages. The following example downloads Percona Server for MySQL {{release}} packages for CentOS 9:

```shell
wget https://downloads.percona.com/downloads/Percona-Server-innovative-release/Percona-Server-{{release}}/binary/redhat/9/x86_64/Percona-Server-{{release}}-r582ebeef-el9-x86_64-bundle.tar
wget https://downloads.percona.com/downloads/Percona-Server-{{vers}}/Percona-Server-{{release}}/binary/redhat/9/x86_64/Percona-Server-{{release}}-rd76e81f4-el9-x86_64-bundle.tar
```

4. Unpack the bundle to get the packages

```shell
tar xvf Percona-Server-{{release}}-r582ebeef-el9-x86_64-bundle.tar
tar xvf Percona-Server-{{release}}-rd76e81f4-el9-x86_64-bundle.tar
```

After you unpack the bundle, you should see the following packages: `ls \*.rpm`
Expand Down
6 changes: 3 additions & 3 deletions docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install Percona XtraDB Cluster with the following methods:

* Use the official repository using YUM

* Download and manually install the Percona XtraDB Cluster packages from [Percona Software Downloads :octicons-link-external-16:](http://www.percona.com/downloads/Percona-XtraDB-Cluster-80/LATEST/).
* Download and manually install the Percona XtraDB Cluster packages from [Percona Software Downloads :octicons-link-external-16:](https://www.percona.com/downloads/).

* Use the Percona Software repositories

Expand Down Expand Up @@ -47,7 +47,7 @@ sudo yum module disable mysql

```shell
sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
sudo percona-release setup pxc-84-lts
sudo percona-release setup {{pkg}}
sudo yum install percona-xtradb-cluster
```

Expand Down Expand Up @@ -86,7 +86,7 @@ Next, install the Percona repository and the cluster.

```shell
sudo dnf install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
sudo percona-release setup pxc-84-lts
sudo percona-release setup {{pkg}}
sudo dnf install percona-xtradb-cluster
```

Expand Down
Loading