Taps for Easy Database Transfers taps databases opensource Wed Feb 11 16:19:28 -0800 2009 Migrating databases from one server to another is a pain: mysqldump on old server -> gzip -> scp big dump file -> gunzip -> mysql. It takes a long time, and is very manual and (and thus error-prone), and generally has the stink of “lame” hanging about it. Ricardo Chimal, Blake Mizerany and I cooked up our att