On Wed, Aug 12, 2015 at 10:47:53AM -0700, Paul Theodoropoulos wrote:
> DBD::Pg::db do failed: ERROR:  relation "clone_id_seq" does not
> exist at /usr/local/bin/bucardo.pl line 8530, <$fh> line 2821.

Oops, sorry about that. Should be fixed in
e2b238c7a6239f8ab78a96d7cd356f3cbb840551

You can also fix yourself by editing bucardo.schema and 
changing

CREATE SEQUENCE clone_id_seq;

to:

CREATE SEQUENCE bucardo.clone_id_seq;

Then try running 'bucardo upgrade'

The clone table is not functional yet, but will be shortly - 
we are introducing some of the infrastructure now. Thanks for 
trying out the new release so quickly!

-- 
Greg Sabino Mullane [email protected]
End Point Corporation
PGP Key: 0x14964AC8

Attachment: signature.asc
Description: Digital signature

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

Reply via email to