diff options
author | mozilla%colinogilvie.co.uk <> | 2005-12-31 00:25:11 +0100 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2005-12-31 00:25:11 +0100 |
commit | 6d923945a3a46beb802f325f4d4cfce41b419eff (patch) | |
tree | 37c2d231908e243f120122cf941c38ad2ad2e572 /docs/xml | |
parent | 2e67e05c03b57ba5cb00298eff720f737d88ccba (diff) | |
download | bugzilla-6d923945a3a46beb802f325f4d4cfce41b419eff.tar.gz bugzilla-6d923945a3a46beb802f325f4d4cfce41b419eff.tar.xz |
Bug 285466: Add documentation for --regenerate option to collectstats.pl
Patch by: victory <bmo@rsz.jp>; r=colin
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/installation.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 6b1b1b052..e0f9ede9d 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.105 2005/11/19 22:06:46 mozilla%colinogilvie.co.uk Exp $ --> +<!-- $Id: installation.xml,v 1.106 2005/12/30 15:25:11 mozilla%colinogilvie.co.uk Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1198,6 +1198,19 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s the Reports page. </para> + <para> + When upgrading Bugzilla, this format may change. + To create new status data, (re)move old data and run the following + commands: + </para> + + <screen> + <prompt>bash$</prompt> + <command>cd <your-bugzilla-directory></command> + <prompt>bash$</prompt> + <command>./collectstats.pl --regenerate</command> + </screen> + <note> <para> Windows does not have 'cron', but it does have the Task |