From f61c4c439470217b69bf66f8ee48d06ca39646a3 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 30 Oct 2014 13:33:51 -0400 Subject: [PATCH] On a failed install, add some wordage to help people who are trying to reinstall rather than upgrade. --- bucardo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucardo b/bucardo index 32218d9db..ee58fa95f 100755 --- a/bucardo +++ b/bucardo @@ -8611,7 +8611,9 @@ sub install { ## This probably needs to be i18n safe if ($res =~ /relation .* already exists/) { warn "\nINSTALLATION FAILED! Looks like you already have Bucardo installed there.\n"; - warn "Try running 'bucardo upgrade' instead\n\n"; + warn "Try running 'bucardo upgrade' instead.\n"; + warn "If you are trying to completely reinstall Bucardo,\n"; + warn "drop the bucardo database, and the bucardo schema from all databases.\n\n"; exit 1; } -- 2.39.5