Bug #52994 | Tables are lost when db is dropped after backup and restore performed using IHB | ||
---|---|---|---|
Submitted: | 20 Apr 2010 16:20 | Modified: | 20 Apr 2010 21:27 |
Reporter: | Hema Sridharan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Enterprise Backup | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Pekka Lampio | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[20 Apr 2010 16:28]
Hema Sridharan
[20 Apr 2010 16:30]
Hema Sridharan
The innobackup executed with --apply-log and its output is placed inthe below file
Attachment: IHB_applylog.txt (text/plain), 5.33 KiB.
[20 Apr 2010 16:31]
Hema Sridharan
The innobackup with --copy-back option
Attachment: IHB_copyback.txt (text/plain), 4.81 KiB.
[20 Apr 2010 17:32]
Hema Sridharan
This file contains the datadir contents and mysqd.err
Attachment: mysqld.1.err (application/octet-stream, text), 5.99 KiB.