← Back to team overview

percona-discussion team mailing list archive

[Bug 337944] [NEW] Backup fails if DROP DATABASE executed during backup

 

Public bug reported:

./xtrabackup --backup                                    
>> log scanned up to (3 586332287)
Copying ./ibdata1
     to /data/backup/ibdata1
        ...done
Copying ./sbtest/sbtest.ibd
     to /data/backup/sbtest/sbtest.ibd
        ...done
Copying ./test/district.ibd
     to /data/backup/test/district.ibd
        ...done
Copying ./test/order_line.ibd
     to /data/backup/test/order_line.ibd
>> log scanned up to (3 586332287)
>> log scanned up to (3 586332287)
        ...done
090304 13:06:38  InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
090304 13:06:38  InnoDB: Fatal error: cannot open ./test/customer.ibd
.InnoDB: Have you deleted .ibd files under a running mysqld server?


Not sure how to handle it properly

** Affects: percona-xtrabackup
     Importance: Undecided
         Status: New

-- 
Backup fails if DROP DATABASE executed during backup
https://bugs.launchpad.net/bugs/337944
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona-XtraBackup.

Status in Open source backup tool for InnoDB and XtraDB: New

Bug description:
./xtrabackup --backup                                    
>> log scanned up to (3 586332287)
Copying ./ibdata1
     to /data/backup/ibdata1
        ...done
Copying ./sbtest/sbtest.ibd
     to /data/backup/sbtest/sbtest.ibd
        ...done
Copying ./test/district.ibd
     to /data/backup/test/district.ibd
        ...done
Copying ./test/order_line.ibd
     to /data/backup/test/order_line.ibd
>> log scanned up to (3 586332287)
>> log scanned up to (3 586332287)
        ...done
090304 13:06:38  InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
090304 13:06:38  InnoDB: Fatal error: cannot open ./test/customer.ibd
.InnoDB: Have you deleted .ibd files under a running mysqld server?


Not sure how to handle it properly



Follow ups

References