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.
+
+
+