You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2020. It is now read-only.
When syncing a large MySQL database, rsync hangs at transferring the ibdata1 file.
This happens because the compression option, "z" is enabled in the script on the rsync options.
Perhaps a notification about disabling compression for the rsync transfer may be helpful for some users transferring large databases?