From 9f6a83865de9ef2a594575533acb0974744af478 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 19 Sep 2011 01:33:02 +0200 Subject: Documentation for bug 337776: SQLite Support for Bugzilla r=glob --- docs/en/xml/installation.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'docs/en') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8349ef012..77aa85bec 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -662,8 +662,8 @@ This section deals with configuring your database server for use with Bugzilla. Currently, MySQL (), - PostgreSQL () and Oracle () - are available. + PostgreSQL (), Oracle () + and SQLite () are available.
@@ -946,7 +946,26 @@ max_allowed_packet=4M
- + +
+ SQLite + + + + Due to SQLite's concurrency + limitations we recommend SQLite only for small and development + Bugzilla installations. + + + + + No special configuration is required to run Bugzilla on SQLite. + The database will be stored in data/db/$db_name, + where $db_name is the database name defined + in localconfig. + +
+
checksetup.pl -- cgit v1.2.3-24-g4f1b