diff options
author | jake%bugzilla.org <> | 2003-01-03 02:29:23 +0100 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-01-03 02:29:23 +0100 |
commit | f0324c374c51b61a8615044631337a60eb9a37a8 (patch) | |
tree | 012402b10c0dd3ba2f71e1247c24f539e58b573e /docs/html/dbmodify.html | |
parent | 822d21b101977dd2e31159311dd7e8d0bbf209e5 (diff) | |
download | bugzilla-f0324c374c51b61a8615044631337a60eb9a37a8.tar.gz bugzilla-f0324c374c51b61a8615044631337a60eb9a37a8.tar.xz |
Recomiple the docs for the 2.17.3 release
Diffstat (limited to 'docs/html/dbmodify.html')
-rw-r--r-- | docs/html/dbmodify.html | 184 |
1 files changed, 184 insertions, 0 deletions
diff --git a/docs/html/dbmodify.html b/docs/html/dbmodify.html new file mode 100644 index 000000000..6b7d3ea5d --- /dev/null +++ b/docs/html/dbmodify.html @@ -0,0 +1,184 @@ +<HTML +><HEAD +><TITLE +>Modifying Your Running System</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"><LINK +REL="HOME" +TITLE="The Bugzilla Guide" +HREF="index.html"><LINK +REL="UP" +TITLE="The Bugzilla Database" +HREF="database.html"><LINK +REL="PREVIOUS" +TITLE="The Bugzilla Database" +HREF="database.html"><LINK +REL="NEXT" +TITLE="MySQL Bugzilla Database Introduction" +HREF="dbdoc.html"></HEAD +><BODY +CLASS="section" +BGCOLOR="#FFFFFF" +TEXT="#000000" +LINK="#0000FF" +VLINK="#840084" +ALINK="#0000FF" +><DIV +CLASS="NAVHEADER" +><TABLE +SUMMARY="Header navigation table" +WIDTH="100%" +BORDER="0" +CELLPADDING="0" +CELLSPACING="0" +><TR +><TH +COLSPAN="3" +ALIGN="center" +>The Bugzilla Guide</TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="database.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="80%" +ALIGN="center" +VALIGN="bottom" +>Appendix B. The Bugzilla Database</TD +><TD +WIDTH="10%" +ALIGN="right" +VALIGN="bottom" +><A +HREF="dbdoc.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><DIV +CLASS="section" +><H1 +CLASS="section" +><A +NAME="dbmodify" +></A +>B.1. Modifying Your Running System</H1 +><P +>Bugzilla optimizes database lookups by storing all relatively + static information in the + <TT +CLASS="filename" +>versioncache</TT +> file, located in the + <TT +CLASS="filename" +>data/</TT +> + subdirectory under your installation directory.</P +><P +>If you make a change to the structural data in your database (the + versions table for example), or to the + <SPAN +CLASS="QUOTE" +>"constants"</SPAN +> + + encoded in <TT +CLASS="filename" +>defparams.pl</TT +>, you will need to remove + the cached content from the data directory (by doing a + <SPAN +CLASS="QUOTE" +>"rm data/versioncache"</SPAN +> + + ), or your changes won't show up.</P +><P +> <TT +CLASS="filename" +>versioncache</TT +> + gets automatically regenerated whenever it's more than + an hour old, so Bugzilla will eventually notice your changes by itself, + but generally you want it to notice right away, so that you can test + things.</P +></DIV +><DIV +CLASS="NAVFOOTER" +><HR +ALIGN="LEFT" +WIDTH="100%"><TABLE +SUMMARY="Footer navigation table" +WIDTH="100%" +BORDER="0" +CELLPADDING="0" +CELLSPACING="0" +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +><A +HREF="database.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="index.html" +ACCESSKEY="H" +>Home</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +><A +HREF="dbdoc.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>The Bugzilla Database</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="database.html" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>MySQL Bugzilla Database Introduction</TD +></TR +></TABLE +></DIV +></BODY +></HTML +>
\ No newline at end of file |