aboutsummaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/upgrading-customizations.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-03 15:45:46 -0800
committerGervase Markham <gerv@gerv.net>2014-12-03 15:45:46 -0800
commit06033dc96827c74a4203d4028cddea13de9b709e (patch)
treed35bbf8a8ad98b0419171e4f95108393d76fd17a /docs/en/rst/installing/upgrading-customizations.rst
parent8ebd893eb2be496c6afea66548073267b8f405c8 (diff)
downloadbugs-06033dc96827c74a4203d4028cddea13de9b709e.tar
bugs-06033dc96827c74a4203d4028cddea13de9b709e.tar.gz
bugs-06033dc96827c74a4203d4028cddea13de9b709e.tar.bz2
bugs-06033dc96827c74a4203d4028cddea13de9b709e.tar.xz
bugs-06033dc96827c74a4203d4028cddea13de9b709e.zip
Bug 1067416 - reorganize and update Bugzilla docs.
Diffstat (limited to 'docs/en/rst/installing/upgrading-customizations.rst')
-rw-r--r--docs/en/rst/installing/upgrading-customizations.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/en/rst/installing/upgrading-customizations.rst b/docs/en/rst/installing/upgrading-customizations.rst
new file mode 100644
index 000000000..c99c6a9f7
--- /dev/null
+++ b/docs/en/rst/installing/upgrading-customizations.rst
@@ -0,0 +1,20 @@
+.. _upgrading-customizations:
+
+Upgrading a Customized or Extended Bugzilla
+###########################################
+
+If your Bugzilla has been customized or uses extensions, you will need to
+make your customizations or extensions work with your new version of Bugzilla.
+If this is the case, you are particularly strongly recommended to do a test
+upgrade on a test system and use that to help you port forward your
+customizations.
+
+If your extension came from a third party, look to see if an updated version
+is available for the version of Bugzilla you are upgrading to. If not, and
+you want to continue using it, you'll need to port it forward yourself.
+
+If you are upgrading from a version of Bugzilla earlier than 3.6 and have
+extensions for which a newer version is not available from an upstream source,
+then you need to convert them. This is because the extension format changed
+in version 3.6. There is a file called :file:`extension-convert.pl` in the
+:file:`contrib` directory which may be able to help you with that.