From: Frédéric Buclin Date: Sun, 18 Sep 2011 23:33:02 +0000 (+0200) Subject: Documentation for bug 337776: SQLite Support for Bugzilla X-Git-Tag: bugzilla-4.2rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6a83865de9ef2a594575533acb0974744af478;p=thirdparty%2Fbugzilla.git Documentation for bug 337776: SQLite Support for Bugzilla r=glob --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8349ef012c..77aa85beca 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