<div dir="ltr">Hey guys ! I'm trying to use bucardo and I'd like to communicate you guys about something.<div><br></div><div>After running bucardo install and configure sync, I got the message: "relation bucardo_truncate_trigger does not exists".</div><div><br></div><div>I solved it running the create table command by myself, like that:</div><div><br></div><div>CREATE TABLE bucardo.bucardo_truncate_trigger (<br>    tablename   OID         NOT NULL,<br>    sname       TEXT        NOT NULL,<br>    tname       TEXT        NOT NULL,<br>    sync        TEXT        NOT NULL,<br>    replicated  TIMESTAMPTZ     NULL,<br>    cdate       TIMESTAMPTZ NOT NULL DEFAULT now()<br>);<br></div><div><br></div><div>Apparently works, but I imagine this isn't the right way.</div><div><br></div><div>Can you guys help me with this?</div><div><br></div><div>Hugs,</div><div><br></div><div>Victor Silva,</div><div>Tech Lead at Team Next.</div><div><a href="http://teamnext.com.br">teamnext.com.br</a></div><div>+55 (11) 97376-6363<br></div></div>