From 2aea7424c7367868d42a14bde72fd13e00c668c0 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 19 Sep 2011 01:31:44 +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') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 61912f3a5..8a837823c 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -655,8 +655,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.
@@ -939,7 +939,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