Qui la guida base da cui sono partito
1) istallare taps sulle due macchine
$ [sudo] gem install taps
sembra che possa servire in alcuni casi anche
$ [sudo] gem install hoptoad_notifier
2) lanciare il server taps (che sfrutta sinatra) con il comando
$ taps server [OPTIONS] local_database_url login password
per esempio: (utente e password non presenti nel db sono aggiunti posticci in quanto richiesti)
$ taps server sqlite://development.sqlite3 pippo pippo
== Sinatra/1.0 has taken the stage on 5000 for production with backup from Mongrel
3) creare se non esistente il db di destinazione
4) lanciare taps per ricevere i dati
$ taps pull [OPTIONS] local_database_url remote_url
$ taps pull mysql://root@localhost/nome_db_destinazione http://pippo:pippo@localhost:5000
ed è tutto fatto!
Nessun commento:
Posta un commento