[Bucardo-general] How to start persistent replication?

Joshua Tolley josh at endpoint.com
Mon May 19 16:35:26 UTC 2014


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   josh at endpoint.com   801-987-0252
End Point Corporation  http://www.endpoint.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <https://mail.endcrypt.com/pipermail/bucardo-general/attachments/20140519/e1b175f2/attachment.sig>


More information about the Bucardo-general mailing list