Fast and efficient database synchronization without dumping and reloading
Fast efficiently sync database without dumping & reloading
kitchen-sync$ kitchen-sync --from mysql://user:pass@localhost/mydb --to mysql://user:pass@remote.com/mydb$ kitchen-sync --from mysql://localhost/source --to mysql://localhost/target --verbose$ kitchen-sync --from mysql://localhost/db1 --to mysql://localhost/db2 --dry-run