On Mon, May 19, 2014 at 09:54:52AM +0200, Waldemar Biernacki wrote:
> However I cannot figure out how to turn on the replication to be persistent
> without kicking it from time to time?

> bucardo add sync $SYNC herd=$HERD dbs=$DBGR ping=false

It's the "ping = false" that's causing you this problem. "ping" is a synonym
for "autokick", and when it's true, bucardo will kick its syncs automatically
when something changes on a replicated table. That way you don't have to kick
it manually all the time.

An alternative option is to set the "checktime" option to some interval, for
example "10s" for ten seconds. That will tell Bucardo to check every 10
seconds for changes that need to be replicated.

-- 
Josh Tolley   [email protected]   801-987-0252
End Point Corporation  http://www.endpoint.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to