> On Nov 22, 2015, at 7:10 AM, Jonathan Brinkman <[email protected]> wrote: > > Greetings > Ubuntu 12.04 LTS with Postgresql 9.3. This server previously was master > server running bucardo 4.5x. Now it’s running bucardo 5.3.1 > > Bootup shows following error: > DBD:: Pg:: st execute failed: ERROR: column “value” does not exist LINE 1: > SELECT value FROM bucardo.bucardo_config WHERE lower(setting … ^ at > /usr/local/bin/bucardo_ctl line 1591. > > Is this a relic of the earlier bucardo installation?
“bucardo_ctl” is the Bucardo 4 CLI program; B5 uses just “bucardo”, so I’d expect you’re using the new database schema with the old binary in path. HTH, David -- David Christensen PostgreSQL Team Manager End Point Corporation [email protected] 785-727-1171 _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
