]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation for bug 337776: SQLite Support for Bugzilla
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 18 Sep 2011 23:31:44 +0000 (01:31 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 18 Sep 2011 23:31:44 +0000 (01:31 +0200)
r=glob

docs/en/xml/installation.xml

index 61912f3a5f55875528bfb5ab907b06c7d2447879..8a837823ce10d8ae565fcd857ff109cd85e35b17 100644 (file)
       <para>
         This section deals with configuring your database server for use
         with Bugzilla. Currently, MySQL (<xref linkend="mysql"/>),
-        PostgreSQL (<xref linkend="postgresql"/>) and Oracle (<xref linkend="oracle"/>)
-        are available.
+        PostgreSQL (<xref linkend="postgresql"/>), Oracle (<xref linkend="oracle"/>)
+        and SQLite (<xref linkend="sqlite"/>) are available.
       </para>
 
       <section id="database-schema">
@@ -939,7 +939,26 @@ max_allowed_packet=4M
           </para>
         </section>
       </section>
-    </section>  
+
+      <section id="sqlite">
+        <title>SQLite</title>
+
+        <caution>
+          <para>
+            Due to SQLite's <ulink url="http://sqlite.org/faq.html#q5">concurrency
+            limitations</ulink> we recommend SQLite only for small and development
+            Bugzilla installations.
+          </para>
+        </caution>
+
+        <para>
+          No special configuration is required to run Bugzilla on SQLite.
+          The database will be stored in <filename>data/db/$db_name</filename>,
+          where <literal>$db_name</literal> is the database name defined
+          in <filename>localconfig</filename>.
+        </para>
+      </section>
+    </section>
 
     <section>
       <title>checksetup.pl</title>