Description:
MEB, Windows XP, not creating ibbackup_export_variables.txt and backup fails.
Command to launch mysqlbackup.exe:
C:\Program Files\MySQL\MySQL Server 5.5>mysqlbackup --user=root my.ini .
However, in destination backup directory, the my-backup.cnf is created
I see similar bug:
Output:
C:\Program Files\MySQL\MySQL Server 5.5>mysqlbackup --user=root my.ini .
mysqlbackup: Starting mysqlbackup with following arguments:
mysqlbackup --user=root my.ini .
mysqlbackup: The unique backup id generated for the current backup operation is
12883010601305928
mysqlbackup: IMPORTANT: Please check that backup run completes successfully.
At the end of a successful 'backup' run mysqlbackup
prints "mysqlbackup completed OK!".
mysqlbackup: Created backup directory '.\2010-10-28_15-24-20'
mysqlbackup: Using ibbackup version 3.5.2 MySQL Enterprise Backup version 3.5.2
mysqlbackup: Using MySQL client version: 5.1.53
mysqlbackup: Using MySQL server version: 5.5.6-rc
101028 15:24:20 mysqlbackup: Starting ibbackup binary with args:
ibbackup.exe --suspend-at-end my.ini .\2010-10-28_15-24-20\backup-my.cnf
mysqlbackup: Error: The system cannot find the file specified.
: 2
mysqlbackup: Error: mysqlbackup "backup" failed
mysqlbackup: Warning: Backup Logging: The LSN fields from ibbackup cannot be log
ged. Cannot open ibbackup_export_variables.txt file to read No such file or dir
ectory: (Errcode: 2)
mysqlbackup: Warning: Backup Logging: The fields start_lsn, incremental_base_lsn
, end_lsn will be zeros.
C:\Program Files\MySQL\MySQL Server 5.5>mysqlbackup --user=root my.ini .
How to repeat:
Command to launch mysqlbackup.exe:
C:\Program Files\MySQL\MySQL Server 5.5>mysqlbackup --user=root my.ini .
I've also tried launching backup in a different directory and with a full destination location.