侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Percona XtraBackup install

2023-11-29 星期三 / 0 评论 / 0 点赞 / 49 阅读 / 1249 字

Percona XtraBackup install,以主流发新版CentOS,Ubuntu为例: Redhat/CentOS: # Install the Percona repository$ w

    Percona XtraBackup install,以主流发新版CentOS,Ubuntu为例:

Redhat/CentOS:

# Install the Percona repository$ wget http://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpmrpm -ivH percona-release-0.1-4.noarch.rpm# Testing the repository$ yum list | grep percona# Install the packages$ yum install percona-xtrabackup# Install 2.4.x$ yum install percona-xtrabackup-24

PS:https://www.percona.com/doc/percona-xtrabackup/2.3/installation/apt_repo.html

 

Debian/Ubuntu:

# Fetch the repository packages from Percona web:$ wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb#Install the downloaded package with dpkg. To do that, run the following commands as root or with sudo:$ sudo dpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.deb# Remember to update the local cache:$ sudo apt-get update# After that you can install the package:$ apt-get install percona-xtrabackup# Install 2.4.x$ apt-get install percona-xtrabackup-24

 

PS:https://www.percona.com/doc/percona-xtrabackup/2.3/installation/yum_repo.html

广告 广告

评论区