aboutsummaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/db_server.rst
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-02-17 12:33:03 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2016-02-17 12:33:03 +0100
commitdaf1022807acee54bd221492e5871b5cbcc5ae09 (patch)
treed37eb4d8472e31614fc967b55d07a8fa5d9611e3 /docs/en/rst/installing/db_server.rst
parent49cfb4483f99f5252e4ab55bf014070acd21cbe6 (diff)
downloadbugs-daf1022807acee54bd221492e5871b5cbcc5ae09.tar
bugs-daf1022807acee54bd221492e5871b5cbcc5ae09.tar.gz
bugs-daf1022807acee54bd221492e5871b5cbcc5ae09.tar.bz2
bugs-daf1022807acee54bd221492e5871b5cbcc5ae09.tar.xz
bugs-daf1022807acee54bd221492e5871b5cbcc5ae09.zip
Bug 1242263: The web server and SQL server sections are not correctly referenced in the documentation
r=gerv
Diffstat (limited to 'docs/en/rst/installing/db_server.rst')
-rw-r--r--docs/en/rst/installing/db_server.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/en/rst/installing/db_server.rst b/docs/en/rst/installing/db_server.rst
new file mode 100644
index 000000000..8a7d89633
--- /dev/null
+++ b/docs/en/rst/installing/db_server.rst
@@ -0,0 +1,18 @@
+.. _db_server:
+
+Database Server
+###############
+
+Bugzilla requires a database to store its data. We recommend either MySQL or
+PostgreSQL for production installations. Oracle 10 should work fine, but very
+little or no testing has been done with Oracle 11 and 12. SQLite is easy to
+configure but, due to its limitations, it should only be used for testing
+purposes and very small installations.
+
+.. toctree::
+ :maxdepth: 1
+
+ mysql
+ postgresql
+ oracle
+ sqlite