From 040a3442f9bda36f3d0ba5bc307fb26fe2199d2c Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Fri, 17 Jul 2026 15:52:43 +0200 Subject: [PATCH] PXB-3861 [DOCS] Update the Download instructions + Configure link inspector to process {{vers}} (8.4) modified: docs/.linkspector.yml modified: docs/download-instructions.md --- docs/.linkspector.yml | 5 +++++ docs/download-instructions.md | 14 ++++---------- docs/release-notes/8.4.0-5.md | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/.linkspector.yml b/docs/.linkspector.yml index 402c0ecae..e2f78ad76 100644 --- a/docs/.linkspector.yml +++ b/docs/.linkspector.yml @@ -11,3 +11,8 @@ ignorePatterns: - pattern: "#mysql_alerts$" - pattern: "#postgresql_alerts$" - pattern: "#proxysql_alerts$" + - pattern: "^https://www\\.zmanda\\.com/zrm-community/?$" + +replacementPatterns: + - pattern: "\\{\\{vers\\}\\}" + replacement: "8.4" diff --git a/docs/download-instructions.md b/docs/download-instructions.md index 7520283c3..858683ff8 100644 --- a/docs/download-instructions.md +++ b/docs/download-instructions.md @@ -6,22 +6,16 @@ Do the following steps to select the software: 1. Open [Software Downloads :octicons-link-external-16:](https://www.percona.com/downloads) 2. Locate the Percona Software, for example, Percona XtraBackup -3. In `Select Product`, select which product, for example, Percona XtraBackup 8.4 -4. In `Select Product Version`, select the version, for example, PERCONA-XTRABACKUP-8.4.0-5 +3. In `Select Product`, select which product, for example, Percona XtraBackup {{vers}} +4. In `Select Product Version`, select the version, for example, PERCONA-XTRABACKUP-{{release}} 5. In `Select Platform`, select the operating system, for example, RED HAT ENTERPRISE LINUX / CENTOS/ ORACLE LINUX 9 -The easiest method is to download all packages. - ## Download to a local computer - In `Package Download Options`, select a specific package or choose the `DOWNLOAD ALL PACKAGES` button. This action downloads the selected packages to the local computer. +In `Package Download Options`, select a specific package and click `Download`. This action downloads the selected packages to the local computer. ## Download to another computer -In `Package Download Options`, you can do either of the following: - -* Select a specific package and right-click on the arrow next to `DOWNLOAD`, and in the drop-down menu, choose `Copy Link Address` - -* Select `DOWNLOAD ALL PACKAGES` and right-click on the arrow, and in the drop-down menu, choose `Copy Link Address` +In `Package Download Options`, select a specific package and right-click on the `DOWNLOAD`, and in the drop-down menu, choose `Copy Link Address` Paste the link in your terminal prompt to download the selected package. diff --git a/docs/release-notes/8.4.0-5.md b/docs/release-notes/8.4.0-5.md index e2d5b0a45..e5b74b9ff 100644 --- a/docs/release-notes/8.4.0-5.md +++ b/docs/release-notes/8.4.0-5.md @@ -6,7 +6,7 @@ Get started with [Quickstart Guide for Percona XtraBackup]. Announcement – Discontinuation of the Percona PRO Program -Percona has consolidated its build offerings. The Pro builds are no longer required. All features from the Percona XtraBackup 8.4.x Pro build series have been merged into the main open source Community release. The [Reduced backup lock time](https://docs.percona.com/percona-xtrabackup/8.4/reduction-in-locks.html) feature, originally introduced in [Percona XtraBackup Pro 8.4.0-2](./release-notes/8.4.0-2.md) for Pro builds, is now included in the Community release starting with Percona XtraBackup 8.4.0-5. +Percona has consolidated its build offerings. The Pro builds are no longer required. All features from the Percona XtraBackup 8.4.x Pro build series have been merged into the main open source Community release. The [Reduced backup lock time](https://docs.percona.com/percona-xtrabackup/8.4/reduction-in-locks.html) feature, originally introduced in [Percona XtraBackup Pro 8.4.0-2](../release-notes/8.4.0-2.md) for Pro builds, is now included in the Community release starting with Percona XtraBackup 8.4.0-5. We recommend that you download the Percona XtraBackup for the same platform as the MySQL-compatible server. For example, if your server is on an ARM64 platform, you should download and use the Percona XtraBackup for ARM64 for that operating system.