Most excellent, that worked. And thank _you_ for all your hard word, and for the quick fix!

On 8/12/15 11:56 AM, Greg Sabino Mullane wrote:
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!


--
Paul Theodoropoulos
www.anastrophe.com

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

Reply via email to