Bug #57905 Cant create compresses backups after a full backup
Submitted: 1 Nov 2010 19:28 Modified: 22 Dec 2010 12:18
Reporter: Pavan Venkatesh Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S3 (Non-critical)
Version:3.5.2 OS:Any
Assigned to: CPU Architecture:Any

[1 Nov 2010 19:28] Pavan Venkatesh
Description:
After I did a full backup of my data set and later wanted to compress this data set, backup didnt provide a way to do this.
When I ran --compress option I get this error

ibbackup: Error: cannot create /usr/local/backup/ibbackup_logfile. Check that the file does not exist yet.
ibbackup: Run 'ibbackup --help' for help.

So I manually deleted ibbackup_logfile in order to have a compressed backup.
Is this a limitation or is there something I am missing?

How to repeat:
?
[3 Nov 2010 20:26] Sveta Smirnova
Thank you for the report.

Please send exact command line you used when created backup first (not compressed) and second (compressed) time.
[4 Dec 2010 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[22 Dec 2010 12:18] Sveta Smirnova
Thank you for the feedback.

This is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php

ibbackup --help says about compress: "--compress instructs the program to compress the backup copies of data files." But it does not say it will compress existing backup. It will compress backup taken in time when ibbackup is called. Thus it does not work with existent backup.