From 9f6a83865de9ef2a594575533acb0974744af478 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 19 Sep 2011 01:33:02 +0200 Subject: Documentation for bug 337776: SQLite Support for Bugzilla r=glob --- docs/en/xml/installation.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8349ef012..77aa85bec 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 -- cgit v1.2.3-24-g4f1b From b5113d4856d08dd2b1ce921c2f2f37985b2f4626 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 19 Sep 2011 01:57:45 +0200 Subject: Fix one more place about SQLite https://bugzilla.mozilla.org/show_bug.cgi?id=337776 --- docs/en/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 77aa85bec..8df457439 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -618,7 +618,7 @@ the user you will create for your database. Pick a strong password (for simplicity, it should not contain single quote characters) and put it here. $db_driver can be either 'mysql', - 'Pg' or 'oracle'. + 'Pg', 'Oracle' or 'Sqlite'. -- cgit v1.2.3-24-g4f1b