Bug #68390 | Enterprise Backup requires 2x disk space of data dir to restore. | ||
---|---|---|---|
Submitted: | 15 Feb 2013 15:35 | Modified: | 20 Aug 2013 11:19 |
Reporter: | Michael Osinoski | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Enterprise Backup | Severity: | S4 (Feature request) |
Version: | 3.9 | OS: | Linux (RHEL 5 & 6) |
Assigned to: | CPU Architecture: | Any |
[15 Feb 2013 15:35]
Michael Osinoski
[11 Mar 2013 19:14]
Sveta Smirnova
Thank you for the reasonable feature request. You can gzip MEB backup: bin/mysqlbackup -uroot -ppassword --port=3306 --force --backup-dir=bu_dir --backup-image=- backup-to-image | gzip -- But I agree you will need space at restore time still.
[20 Aug 2013 11:19]
Jothir Ganesan
Currently, backup-to-image and backup-dir-to-image works as follows: 1. Image is created in a single file. 2. The contents of the image has to be extracted to a directory. 2a) Do Apply log if not done on backup dir 3. Finally copy-back the extracted contents These 3 steps can be reduced to 2: 1. Image/incremental image created in a single file. 2. Ability to copy-back directly from single file. Also, directory backups can be restored in a single step with the help of copy-back-and-apply-log operation. This feature is a performance improvement; it allows faster copy-back from image files and requires less disk space during the command.
[20 Aug 2013 11:36]
Jothir Ganesan
Fixed in MEB 3.9