dbTalk Databases Forums  

Offline Replication

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Offline Replication in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gerard J. Nicol
 
Posts: n/a

Default Offline Replication - 10-09-2006 , 08:43 PM






Is it possibe with the new 4.5 BerkeleyDB to use the Replication
Framwork as follows:

(1) Have a program that updates the database
(2) Have another program that attaches to the same database and
initiates itself as a master replication program.
(3) Have another program residing on another machine that initiates
itself as a slave that replicates the database.

If so can the replication framework be setup so that (2) and (3) are
not always running?

At the moment I simply use rsync to replicate the log files from one
machine to another (each minute) and then run db_recover every hour,
this works but it would be nice to have something more intuitive
without having to implement real-time replication.

Gerard


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.