On a failed install, add some wordage to help people who are trying to reinstall...
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 30 Oct 2014 17:33:51 +0000 (13:33 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 30 Oct 2014 17:33:51 +0000 (13:33 -0400)
bucardo

diff --git a/bucardo b/bucardo
index 32218d9db089355eb1816751c14de697108e7a49..ee58fa95f8fb95ff1323d00997e32f40422305c3 100755 (executable)
--- 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;
     }