Database transfer with taps

30 Sep
2009

Stumbled on another essential tool for rails development, taps!

Let you sync your server database with the local one with a breeze!

On the server:
taps server mysql://root@localhost/mydb tmpuser tmppass

On the client:
taps pull mysql://root@localhost/mydb http://tmpuser:tmppass@slicehost-box:5000

This can be done vice-versa, much better than a mysqldump! And it works even with different databases!

Related posts:

  1. mysql5 with mac os x
  2. Backup Server with rsnapshot

Comment Form

top

Switch to our mobile site