summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2008-04-04 13:47:30 +0200
committermozilla%colinogilvie.co.uk <>2008-04-04 13:47:30 +0200
commitfb69b0f576988d864b9f5a107d4ede7e95b443a0 (patch)
tree766addff4b9bb7c1cff4caff2fefe1ba300c339c /docs/en/xml/installation.xml
parent8920e4952cf376dad969401a03616f19b10634c2 (diff)
downloadbugzilla-fb69b0f576988d864b9f5a107d4ede7e95b443a0.tar.gz
bugzilla-fb69b0f576988d864b9f5a107d4ede7e95b443a0.tar.xz
Bug 252272: Allow extremely large attachments to be stored locally
Patch by A. Karl Kornel <karl@kornel.name>, r=joel,colin
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 1b711ed39..65828412f 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.99 2008/04/04 06:47:29 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.100 2008/04/04 06:47:30 mozilla%colinogilvie.co.uk Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -651,6 +651,14 @@
'max_allowed_packet' or 'maxattachmentsize' value will not be
accepted by Bugzilla.
</para>
+
+ <note>
+ <para>
+ This does not affect Big Files, attachments that are stored directly
+ on disk instead of in the database. Their maximum size is
+ controlled using the 'maxlocalattachment' parameter.
+ </para>
+ </note>
</section>
@@ -707,6 +715,13 @@
to make a temporary copy of your entire table to do this. Ideally,
you should do this when your attachments table is still small.
</para>
+
+ <note>
+ <para>
+ This does not affect Big Files, attachments that are stored directly
+ on disk instead of in the database.
+ </para>
+ </note>
</section>
<section id="install-setupdatabase-adduser">