Thank you Joshua, I knew it's a silly question :) It works now.
Dnia poniedziałek 19 maj 2014 o 18:35:26 napisałeś: > 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. > > _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
