From 853dfe716c34c6d605513d885c932359884f5e9c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 20 Jan 2008 03:43:29 +0000 Subject: Documentation for bug 45207: Automated sanity check that can send an e-mail if there are problems - Patch by Sam Folk-Williams r=LpSolit --- docs/xml/administration.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'docs/xml') diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index f8c62913f..83f88630e 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -1845,6 +1845,44 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT +
+ Checking and Maintaining Database Integrity + + + Over time it is possible for the Bugzilla database to become corrupt + or to have anomalies. + This could happen through normal usage of Bugzilla, manual database + administration outside of the Bugzilla user interface, or from some + other unexpected event. Bugzilla includes a "Sanity Check" script that + can perform several basic database checks, and repair certain problems or + inconsistencies. + + + To run the "Sanity Check" script, log in as an Administrator and click the + "Sanity Check" link in the admin page. Any problems that are found will be + displayed in red letters. If the script is capable of fixing a problem, + it will present a link to initiate the fix. If the script can not + fix the problem it will require manual database administration or recovery. + + + The "Sanity Check" script can also be run from the command line via the perl + script sanitycheck.pl. The script can also be run as + a cron job. Results will be delivered by email. + + + The "Sanity Check" script should be run on a regular basis as a matter of + best practice. + + + + The "Sanity Check" script is no substitute for a competent database + administrator. It is only designed to check and repair basic database + problems. + + + +
+
Upgrading to New Releases -- cgit v1.2.3-24-g4f1b