Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2aea7424
Commit
2aea7424
authored
Sep 19, 2011
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation for bug 337776: SQLite Support for Bugzilla
r=glob
parent
f21b68a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
installation.xml
docs/en/xml/installation.xml
+22
-3
No files found.
docs/en/xml/installation.xml
View file @
2aea7424
...
@@ -655,8 +655,8 @@
...
@@ -655,8 +655,8 @@
<para>
<para>
This section deals with configuring your database server for use
This section deals with configuring your database server for use
with Bugzilla. Currently, MySQL (
<xref
linkend=
"mysql"
/>
),
with Bugzilla. Currently, MySQL (
<xref
linkend=
"mysql"
/>
),
PostgreSQL (
<xref
linkend=
"postgresql"
/>
)
and
Oracle (
<xref
linkend=
"oracle"
/>
)
PostgreSQL (
<xref
linkend=
"postgresql"
/>
)
,
Oracle (
<xref
linkend=
"oracle"
/>
)
are available.
a
nd SQLite (
<xref
linkend=
"sqlite"
/>
) a
re available.
</para>
</para>
<section
id=
"database-schema"
>
<section
id=
"database-schema"
>
...
@@ -939,7 +939,26 @@ max_allowed_packet=4M
...
@@ -939,7 +939,26 @@ max_allowed_packet=4M
</para>
</para>
</section>
</section>
</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>
<section>
<title>
checksetup.pl
</title>
<title>
checksetup.pl
</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment