diff options
author | lpsolit%gmail.com <> | 2008-09-06 04:58:55 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-06 04:58:55 +0200 |
commit | 4d20d32b83f5b080e30a2b2f30b2340ed9528184 (patch) | |
tree | 1c091bc6a7f8fb2945a32829561145079e60dfc7 /docs | |
parent | e92979fa84a704f14d59b77dddfb3454245e26bd (diff) | |
download | bugzilla-4d20d32b83f5b080e30a2b2f30b2340ed9528184.tar.gz bugzilla-4d20d32b83f5b080e30a2b2f30b2340ed9528184.tar.xz |
Back out bug 285466 - The doc is completely wrong, a=mkanat on IRC
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 341dd42f6..af1766e34 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.158 2008/08/07 00:24:32 mkanat%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.159 2008/09/05 21:58:55 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1281,6 +1281,18 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s <xref linkend="troubleshooting"/>. </para> + <para> + When upgrading Bugzilla, this format may change. + To create new status data, (re)move old data and run following commands: + </para> + + <screen> + <prompt>bash$</prompt> + <command>cd <your-bugzilla-directory></command> + <prompt>bash$</prompt> + <command>./collectstats.pl --regenerate</command> + </screen> + <note> <para> The URL above may be incorrect if you installed Bugzilla into a |