Hi,
I took an xtrabackup successfully and also the
–prepare was okay.
I created an empty directory and set the permission:
mkdir /export/ssdraid/mysql
chown -R mysql:mysql /export/ssdraid/mysql
When I tried to restore I got error:
xtrabackup: Can't create/write to file './undo_001' (OS errno 17 - File exists)
This is the command to restore:
xtrabackup --copy-back --target-dir=/export/ssdraid/mysqlbackup/2022/07Oct --datadir=/export/ssdraid/mysql
Here is the full error message:
time xtrabackup --copy-back --target-dir=/export/ssdraid/mysqlbackup/2022/07Oct --datadir=/export/ssdraid/mysql
2022-09-07T05:51:59.191458-04:00 0 [Note] [MY-011825] [Xtrabackup] recognized server arguments: --datadir=/export/ssdraid/mysql --innodb_checksum_algorithm=none --innodb_io_capacity=500000 --innodb_log_group_home_dir=/export/mysql-logs --innodb_read_io_threads=16 --innodb_undo_directory=. --innodb_write_io_threads=16 --open_files_limit=32768 --tmpdir=/export/ssdraid/tmp --innodb_file_per_table=1 --innodb_buffer_pool_size=19G --innodb_log_file_size=2000M --innodb_log_buffer_size=1024M --innodb_flush_log_at_trx_commit=0 --datadir=/export/ssdraid/mysql
2022-09-07T05:51:59.191632-04:00 0 [Note] [MY-011825] [Xtrabackup] recognized client arguments: --socket=/export/ssdraid/mysql/mysql.sock --copy-back=1 --target-dir=/export/ssdraid/mysqlbackup/2022/07Oct
xtrabackup version 8.0.29-22 based on MySQL server 8.0.29 Linux (x86_64) (revision id: c31e7ddcce3)
2022-09-07T05:51:59.191664-04:00 0 [Note] [MY-011825] [Xtrabackup] cd to /export/ssdraid/mysqlbackup/2022/07Oct/
xtrabackup: Can’t create/write to file ‘./undo_001’ (OS errno 17 - File exists)
2022-09-07T05:51:59.192270-04:00 0 [ERROR] [MY-011825] [Xtrabackup] cannot open the destination stream for undo_001
2022-09-07T05:51:59.192292-04:00 0 [ERROR] [MY-011825] [Xtrabackup] copy_file() failed.
With rsync I can copy the files and was able to start the database.
This is the version of the MySQL and xtrabackup :
mysql Ver 8.0.29-21 for Linux on x86_64 (Percona Server (GPL), Release 21, Revision c59f87d2854)
xtrabackup version 8.0.29-22.
Please help me.
Thanks