[Bucardo-general] [Bucardo-announce] Bucardo version 5.4.0 released

Greg Sabino Mullane greg at endpoint.com
Wed Aug 12 18:56:58 UTC 2015


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 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/20150812/01c6d228/attachment.sig>


More information about the Bucardo-general mailing list