[Bucardo-general] bucardo won't add tables to herd

Greg Sabino Mullane greg at endpoint.com
Tue Jul 2 03:00:42 UTC 2013


On Thu, Jun 27, 2013 at 10:07:05AM -0400, Jonathan Brinkman wrote:
> Greetings
> 
> I'm creating a push-delta using Bucardo 4.5.0 from a remote server to the
> master server (Ubuntu 12.04LTS, Postgres 12.2). 

I cannot duplicate on 4.6.0. Can you come up with a simple self-contained 
test case that shows the issue? For example, here's the one I used:

psql greg -c 'create table abc (a int primary key)'
psql greg -c 'create table def (a int primary key)'
psql greg -c 'create database greg2 template greg'

bucardo_ctl add db a dbname=greg
bucardo_ctl add db b dbname=greg2
bucardo_ctl add table abc herd=xyz db=a
bucardo_ctl add table def herd=xyz db=a
bucardo_ctl list herd
Herd: xyz  DB: a  Members: public.abc, public.def

-- 
Greg Sabino Mullane greg at endpoint.com
End Point Corporation
PGP Key: 0x14964AC8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: Digital signature
URL: <https://mail.endcrypt.com/pipermail/bucardo-general/attachments/20130701/5c405f55/attachment.sig>


More information about the Bucardo-general mailing list