]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 227513: Add text to shadowdb param description to indicate that the privileges...
authorjustdave%syndicomm.com <>
Sun, 18 Jan 2004 10:47:45 +0000 (10:47 +0000)
committerjustdave%syndicomm.com <>
Sun, 18 Jan 2004 10:47:45 +0000 (10:47 +0000)
r= myk, a= justdave

defparams.pl

index 106da06879856db71abf13dd2e9fa94a6b216ac8..86fd9e4798e7018148309879adc7ea5c2e3d3d6b 100644 (file)
@@ -169,7 +169,7 @@ DefParam("usebuggroupsentry",
          0); 
 
 DefParam("shadowdb",
-         "If non-empty, then this is the name of another database in which Bugzilla will keep a shadow read-only copy of everything.  This is done so that long slow read-only operations can be used against this db, and not lock up things for everyone else.  Turning on this parameter will create the given database; be careful not to use the name of an existing database with useful data in it!",
+         "If non-empty, then this is the name of another database in which Bugzilla will keep a shadow read-only copy of everything.  This is done so that long slow read-only operations can be used against this db, and not lock up things for everyone else.  Turning on this parameter will create the given database; be careful not to use the name of an existing database with useful data in it! The db_user you defined in the localconfig file must already have permission to access and write to the new database name before entering the name here, or the database creation will fail.  The same permissions should be granted as for the primary database used by Bugzilla.",
          "t",
          "",
          \&check_shadowdb);