rds_umn_20240904

Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com>
Co-authored-by: Ru, Li Yi <liyiru7@huawei.com>
Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
This commit is contained in:
Ru, Li Yi 2024-09-06 13:44:54 +00:00 committed by zuul
parent f3715d9cc9
commit ffd32f07e7
2 changed files with 3 additions and 4 deletions

View File

@ -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":[
{

View File

@ -6,9 +6,8 @@
<p id="rds_08_0044__p83936524111">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 <a href="rds_05_0001_02.html">Data Migration</a>.</p>
</div></div>
</div>
<div class="section" id="rds_08_0044__section10458182204011"><h4 class="sectiontitle">Prerequisites</h4><p id="rds_08_0044__p4901418124316">When you restore data from backup files to self-built <span class="keyword" id="rds_08_0044__keyword159861820784">MySQL</span> databases, ensure that the target <span class="keyword" id="rds_08_0044__keyword151981523084">MySQL</span> version is later than or equal to the original <span class="keyword" id="rds_08_0044__keyword1973718251787">MySQL</span> version.</p>
<p id="rds_08_0044__p1191494084017">During data restoration, run the following command to view the restoration process:</p>
<p id="rds_08_0044__p10544165593810"><strong id="rds_08_0044__b11247144416396">ps -ef | grep mysql</strong></p>
<div class="section" id="rds_08_0044__section10458182204011"><h4 class="sectiontitle">Prerequisites</h4><ul id="rds_08_0044__ul819251102319"><li id="rds_08_0044__li42449752416">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.</li><li id="rds_08_0044__li9474191315247">The minor version of the on-premises MySQL database must be the same as that of your RDS for MySQL DB instance.</li><li id="rds_08_0044__li15422122715245">During the restoration, do not run other workloads on the on-premises database.</li><li id="rds_08_0044__li48091834102418">During data restoration, run the following command to view the restoration process:<p id="rds_08_0044__p10544165593810"><a name="rds_08_0044__li48091834102418"></a><a name="li48091834102418"></a><strong id="rds_08_0044__b11247144416396">ps -ef | grep mysql</strong></p>
</li></ul>
</div>
<div class="section" id="rds_08_0044__section1388785031610"><h4 class="sectiontitle">Procedure</h4><ol id="rds_08_0044__en-us_topic_0171122285_ol173917380359"><li id="rds_08_0044__en-us_topic_0171122285_li113913810355"><span>Download the qpress RPM file <a href="https://repo.percona.com/yum/release/7/RPMS/x86_64/qpress-11-1.el7.x86_64.rpm" target="_blank" rel="noopener noreferrer">qpress-11-1.el7.x86_64.rpm</a>. Enterprise Linux 7 (CentOS 7, RHEL 7, Rocky Linux 7, and AlmaLinux 7) is used as an example.</span><p><p id="rds_08_0044__p112373586812">For details about RPM files of other OSs, see <a href="https://repo.percona.com/yum/release/" target="_blank" rel="noopener noreferrer">https://repo.percona.com/yum/release/</a>.</p>
</p></li><li id="rds_08_0044__li91415817323"><span>Upload the qpress RPM file to the ECS.</span></li><li id="rds_08_0044__li4636949173214"><span>Install qpress on the ECS.</span><p><p id="rds_08_0044__p1721128205415"><strong id="rds_08_0044__b3178450175517">rpm -ivh</strong> <em id="rds_08_0044__i8149725115613">qpress-11-1.el7.x86_64.rpm</em></p>