[Koha-devel] [Koha] How to update two koha databases in different servers.

Waylon Robertson wrobertson1981 at yahoo.co.nz
Sat May 11 17:00:33 CEST 2013


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 at yahoo.com>
To: "koha at lists.katipo.co.nz" <koha at 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.org
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20130511/420ecdd5/attachment.html>


More information about the Koha-devel mailing list