From 31d63c36fdea4d5bf841beba96740eb58b7d55b3 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Fri, 4 Apr 2008 11:47:36 +0000 Subject: Bug 285466: Add documentation for --regenerate option to collectstats.pl Patch by: victory ; r=colin --- docs/en/xml/installation.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs/en/xml/installation.xml') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index fe59af67b..9d90fe1e7 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1198,6 +1198,19 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s the Reports page. + + When upgrading Bugzilla, this format may change. + To create new status data, (re)move old data and run the following + commands: + + + + bash$ + cd <your-bugzilla-directory> + bash$ + ./collectstats.pl --regenerate + + Windows does not have 'cron', but it does have the Task -- cgit v1.2.3-24-g4f1b