Bug #82410 | "Synchronize With Any Source" crash dump | ||
---|---|---|---|
Submitted: | 2 Aug 2016 13:05 | Modified: | 21 Nov 2016 16:41 |
Reporter: | Lars Monecke | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 6.3.7 | OS: | SUSE (openSUSE Tumbleweed (20160728) (x86_64)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | synchronization |
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
[2 Aug 2016 13:06]
Lars Monecke
[5 Aug 2016 5:00]
Lars Monecke
Example mwb File
Attachment: test.mwb (application/vnd.mysql-workbench-model, text), 6.47 KiB.
[5 Aug 2016 5:01]
Lars Monecke
SQL Create Script used as destination schema
Attachment: test_last.sql (application/sql, text), 2.23 KiB.