From 78e1dc6bd8beed4e3884875ae8a4f96753dab9cf Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 9 May 2002 04:16:36 +0000 Subject: The first installment of Gerv's spanking of the Bugzilla Guide. This is a work-in-progress. --- docs/html/geninstall.html | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'docs/html/geninstall.html') diff --git a/docs/html/geninstall.html b/docs/html/geninstall.html index 8a760b410..b5cecc5fc 100644 --- a/docs/html/geninstall.html +++ b/docs/html/geninstall.html @@ -79,7 +79,7 @@ CLASS="section" >

3.5.1. Modifying Your Running System

3.5.1. Modifying Your Running System

Bugzilla optimizes database lookups by storing all relatively static information in the versioncache file, located in the data/ subdirectory @@ -110,13 +110,26 @@ CLASS="section" >

3.5.2. Upgrading From Previous Versions

3.5.2. Upgrading From Previous Versions

The developers of Bugzilla are constantly adding new tables, columns and - fields. You'll get SQL errors if you just update the code. The strategy - to update is to simply always run the checksetup.pl script whenever - you upgrade your installation of Bugzilla. If you want to see what has - changed, you can read the comments in that file, starting from the end. +> A plain Bugzilla is fairly easy to upgrade from one version to a newer one. + However, things get a bit more complicated if you've made changes to + Bugzilla's code. In this case, you may have to re-make or reapply those + changes. + It is recommended that you take a backup of your database and your entire + Bugzilla installation before attempting an upgrade. You can upgrade a 'clean' + installation by untarring a new tarball over the old installation. If you + are upgrading from 2.12 or later, you can type cvs -z3 + update, and resolve conflicts if there are any. +

Because the developers of Bugzilla are constantly adding new tables, columns + and fields, you'll probably get SQL errors if you just update the code and + attempt to use Bugzilla. Always run the checksetup.pl script whenever + you upgrade your installation.

If you are running Bugzilla version 2.8 or lower, and wish to upgrade to @@ -148,7 +161,9 @@ CLASS="filename" generate the .htaccess files. +> files. These .htaccess files + will not work with Apache 1.2.x - but this has security holes, so you + shouldn't be using it anyway.