From c82b668f34f686ebc767057b9dc2dbdf64bb2b85 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Sun, 18 Sep 2011 23:46:18 +0000 Subject: [PATCH] Documentation for bug 337776: SQLite Support for Bugzilla r=glob git-svn-id: svn://10.0.0.236/trunk@262896 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/docs/en/xml/installation.xml | 25 ++++++++++++++++--- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index eaeecd65495..c03d66113f3 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7962 \ No newline at end of file +7963 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/docs/en/xml/installation.xml b/mozilla/webtools/bugzilla/docs/en/xml/installation.xml index 61912f3a5f5..8a837823ce1 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/installation.xml +++ b/mozilla/webtools/bugzilla/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