Yes, easiest method, doing realtime updates, is mysql replication. Now, theres two methods of doing this, first is using mysql's own replication method, and second is using MySQL::Replication as found on cpan. Brilliant perl based replication system.
From: otuoma peter <otuomathegreat@yahoo.com>
To: "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz>
Sent: Saturday, 11 May 2013 10:57 PM
Subject: [Koha] How to update two koha databases in different servers.
I have two koha installations. One on a production server and another on a standby back-up server. Is there a way I can have all the changes made to the database on the production server also updated to the standby back-up server? I am thinking of doing it using an entry in a cronjob file that runs once everyday at night. If possible, I only need to import the updates.
Thanks in advance.
_______________________________________________
Koha mailing list
http://koha-community.orgKoha@lists.katipo.co.nzhttp://lists.katipo.co.nz/mailman/listinfo/koha