summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-09-19 01:31:44 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-09-19 01:31:44 +0200
commit2aea7424c7367868d42a14bde72fd13e00c668c0 (patch)
tree1a9e01047230b921f65668548d83f268e9be1f5c /docs
parentf21b68a705dde6eeb0b0c69ffaf52cad94cc8692 (diff)
downloadbugzilla-2aea7424c7367868d42a14bde72fd13e00c668c0.tar.gz
bugzilla-2aea7424c7367868d42a14bde72fd13e00c668c0.tar.xz
Documentation for bug 337776: SQLite Support for Bugzilla
r=glob
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/installation.xml25
1 files changed, 22 insertions, 3 deletions
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 @@
<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>