RIght version and Link

Hello Guys

I am trying to perform a backup in mysql, however, I have got this error . So , Could you send the right version plus a link to Upgrade my xtrabackup and How can I do it without any impact for my Mysql Production ?

230331 09:59:34 version_check Connected to MySQL server
230331 09:59:34 version_check Executing a version check against the server…
230331 09:59:37 version_check Done.
230331 09:59:37 Connecting to MySQL server host: localhost, user: backup, password: set, port: 3306, socket: /var/lib/mysql/mysql.sock
Error: Unsupported server version: ‘5.7.38-log’. Please report a bug at Bugs : Percona XtraBackup moved to https://jira.percona.com/projects/PXB
[root@peldnm2mtuds03 ~]# ^C
[root@peldnm2mtuds03 ~]# xtrabackup --version
xtrabackup version 2.3.6 based on MySQL server 5.6.24 Linux (x86_64) (revision id: )
[root@peldnm2mtuds03 ~]# mysql -V
mysql Ver 14.14 Distrib 5.7.38, for Linux (x86_64) using EditLine wrapper
[root@peldnm2mtuds03 ~]#

[root@peldnm2mtuds03 ~]# cat /etc/os-release
NAME=“CentOS Linux”
VERSION=“7 (Core)”
ID=“centos”
ID_LIKE=“rhel fedora”
VERSION_ID=“7”
PRETTY_NAME=“CentOS Linux 7 (Core)”
ANSI_COLOR=“0;31”
CPE_NAME=“cpe:/o:centos:centos:7”
HOME_URL=“https://www.centos.org/
BUG_REPORT_URL=“https://bugs.centos.org/

CENTOS_MANTISBT_PROJECT=“CentOS-7”
CENTOS_MANTISBT_PROJECT_VERSION=“7”
REDHAT_SUPPORT_PRODUCT=“centos”
REDHAT_SUPPORT_PRODUCT_VERSION=“7”

Hi @Andre1976

Your XB version is really old, please use Percona XtraBackup 2.4 to perfom backups on MySQL 5.7.

You would need to uninstall that version, and you can install the 2.4 using this steps from the Documentation (This is for installing in CentOS).

I hope this helps you.

Hello Maurício

Thanks a Lot for your help!

You ’ re right , It is totally outdated, however, I have Just start in this new Job and I Will start with our dba homework, backup , maintanance plan, monitoring and so on…

I concern about this operation yum remove and you install whether I van have any down time in my production environment MySQL ?

One more time, thanks in advance!

Andre