kitchen-sync

Fast and efficient database synchronization without dumping and reloading

brewmacoslinux
Try with needOr install directly
Source

About

Fast efficiently sync database without dumping & reloading

Commands

kitchen-sync

Examples

Sync a local database to a remote server$ kitchen-sync --from mysql://user:pass@localhost/mydb --to mysql://user:pass@remote.com/mydb
Sync with progress reporting and verbose output$ kitchen-sync --from mysql://localhost/source --to mysql://localhost/target --verbose
Dry-run to preview changes before syncing$ kitchen-sync --from mysql://localhost/db1 --to mysql://localhost/db2 --dry-run