0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

XtraBackup 8.0インストール時にlibevがなかったのでremiからインストールした

Last updated at Posted at 2022-10-31

XtraBackup 8.0インストール時にlibevがなかったのでremiからインストールした

環境としてはRHEL 7.8(古い:fearful:)で実施しました。

remiレポジトリのインストール

# sudo yum install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

perconaレポジトリのインストールと有効化

https://docs.percona.com/percona-xtrabackup/8.0/installation/yum_repo.html
こちらを参考にしています。

# sudo yum install https://repo.percona.com/yum/ percona-release-latest.noarch.rpm
# sudo percona-release enable-only tools release

percona xtrabackup のインストール

# sudo yum install percona-xtrabackup-80
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?