Okay, so I did as you instructed, but after it said "Database creation is
complete" there's an error message saying "DBI
connect('dbname=bucado;host=localhost;port=5432', 'bucardo',...) failed:
fe_sendauth: no password supplied at /usr/local/bin/bucardo line 8639"I've already created user "Bucardo" in postgres with the command: CREATE USER bucardo SUPERUSER password 'secret_password'; so I'm not sure how I'm getting this error message. On Mon, Oct 27, 2014 at 10:35 PM, Greg Sabino Mullane <[email protected]> wrote: > On Mon, Oct 27, 2014 at 03:21:52PM +0800, Hadri Rahman wrote: > > The issue here is that when I ran "Bucardo Install", I would then receive > > the error message: 'INSTALLATION FAILED! Looks like you already have > > Bucardo installed there. Try running 'bucardo upgrade' instead' > > I will work on improving the install messages to make this clearer, but > if you are installing a new version of Bucardo, you do not want to > run update, you want to remove all traces of the old bucardo. In > short, you need to do this: > > DROP DATABASE bucardo; > > and then do this on all databases that were used by the old Bucardo: > > DROP SCHEMA bucardo CASCADE; > > Then try running the install again. > > > -- > Greg Sabino Mullane [email protected] > End Point Corporation > PGP Key: 0x14964AC8 >
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
