From ffd32f07e7df32fb733bda8af4538758bd5f09a2 Mon Sep 17 00:00:00 2001 From: "Ru, Li Yi" Date: Fri, 6 Sep 2024 13:44:54 +0000 Subject: [PATCH] rds_umn_20240904 Reviewed-by: Wagner, Fabian Co-authored-by: Ru, Li Yi Co-committed-by: Ru, Li Yi --- docs/rds/umn/ALL_META.TXT.json | 2 +- docs/rds/umn/rds_08_0044.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/rds/umn/ALL_META.TXT.json b/docs/rds/umn/ALL_META.TXT.json index 755fe715..42feb58f 100644 --- a/docs/rds/umn/ALL_META.TXT.json +++ b/docs/rds/umn/ALL_META.TXT.json @@ -1989,7 +1989,7 @@ "code":"111", "des":"You can download backup files by referring to Downloading a Backup File and restore data from them.Backup data cannot be restored to local databases that run the Windows ", "doc_type":"usermanual", - "kw":"MySQL,MySQL,MySQL,Restoring from Backup Files to a Self-Built MySQL Database,Backups and Restoration", + "kw":"Restoring from Backup Files to a Self-Built MySQL Database,Backups and Restorations,User Guide", "search_title":"", "metedata":[ { diff --git a/docs/rds/umn/rds_08_0044.html b/docs/rds/umn/rds_08_0044.html index 29f1ccc9..3100ead2 100644 --- a/docs/rds/umn/rds_08_0044.html +++ b/docs/rds/umn/rds_08_0044.html @@ -6,9 +6,8 @@

Only x86 packages of the open-source backup tool XtraBackup are supported. Therefore, you are advised to restore backup data to self-built databases on Arm-based ECSs by migrating data with DRS or exporting and importing data. For details, see Data Migration.

-

Prerequisites

When you restore data from backup files to self-built MySQL databases, ensure that the target MySQL version is later than or equal to the original MySQL version.

-

During data restoration, run the following command to view the restoration process:

-

ps -ef | grep mysql

+

Prerequisites

  • This section only covers restoring a full backup of an RDS for MySQL 5.6, 5.7 or 8.0 DB instance to an on-premises database of the corresponding version. Incremental backup restoration is not included.
  • The minor version of the on-premises MySQL database must be the same as that of your RDS for MySQL DB instance.
  • During the restoration, do not run other workloads on the on-premises database.
  • During data restoration, run the following command to view the restoration process:

    ps -ef | grep mysql

    +

Procedure

  1. Download the qpress RPM file qpress-11-1.el7.x86_64.rpm. Enterprise Linux 7 (CentOS 7, RHEL 7, Rocky Linux 7, and AlmaLinux 7) is used as an example.

    For details about RPM files of other OSs, see https://repo.percona.com/yum/release/.

  2. Upload the qpress RPM file to the ECS.
  3. Install qpress on the ECS.

    rpm -ivh qpress-11-1.el7.x86_64.rpm