Bug #72321 | MySQL Workbench crash when data migrate from PostgreSQL 9.3 | ||
---|---|---|---|
Submitted: | 11 Apr 2014 23:50 | Modified: | 12 Mar 2016 9:28 |
Reporter: | Yaning Zhu | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench: Migration | Severity: | S3 (Non-critical) |
Version: | 6.1.4, maybe all versions prior | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | migration, Postgresql |
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
[28 Apr 2014 17:18]
Milosz Bodzek
[28 May 2014 11:56]
Sergio Soto
dumped db with .py
Attachment: dump.xml (text/xml), 274.22 KiB.