Version: xtrabackup version 8.0.30-23 based on MySQL server 8.0.30 Linux (x86_64) (revision id: 873b467185c)
I have Full backup files: compress formate is LZ4.
Ex:
xtrabackup_checkpoints.00000000000000000001
xtrabackup_checkpoints.00000000000000000000
xtrabackup_info.lz4.00000000000000000000
xtrabackup_info.lz4.00000000000000000001
xtrabackup_tablespaces.lz4.00000000000000000000
xtrabackup_tablespaces.lz4.00000000000000000001
I am trying to Restore backup files so i running following command xtrabackup --decompress --parallel=16 --target-dir=/home/backup/pxccluster-2023-07-12-02\:00\:01-full --remove-original Output [Note] [MY-011825] [Xtrabackup] completed OK! Error
Still LZ4 file not converted in target-dir
Not sure what is the issue.
I have installed: LZ4 package using
$ sudo apt install lz4
version: *** LZ4 command line interface 64-bits v1.9.3, by Yann Collet ***
Hello @Mauricio_Cacho
No: File new file is created or modified
I see some doc it should create extracted file in pwd: in new folder xtrabackup_backupfiles
And i am using pxc
to create Mysql cluster,
And i have configured s3 based backup method;
it’s config are
mysql.cnf: |
[mysqld]
secure_file_priv=“”
local-infile=1
wsrep_debug=CLIENT
wsrep_provider_options=“gcache.size=1G; gcache.recover=yes”
max_connections=2048
pxc_strict_mode=DISABLED
[sst]
xbstream-opts=–decompress
[xtrabackup]
compress=lz4